diff options
Diffstat (limited to 'overrides.h')
-rw-r--r-- | overrides.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/overrides.h b/overrides.h index 0d378af..328a5d6 100644 --- a/overrides.h +++ b/overrides.h @@ -33,6 +33,7 @@ struct core_override { me_bind_action* actions; const size_t action_size; const struct core_override_option* options; + int block_load_content; }; #define CORE_OVERRIDE(override, key, fallback) ((override && override->key) ? (override->key) : (fallback)) |