general: Add a couple of missing EXPCLs

Although these aren't used outside of libpanda(express), they
are used by their neighboring component libraries, which means
they should be exported so that this works correctly when the
metalibs feature is disabled.
This commit is contained in:
Sam Edwards 2018-11-09 00:30:10 -07:00
parent 52b2df4ebb
commit 6c5da232a4
2 changed files with 2 additions and 2 deletions

View File

@ -48,7 +48,7 @@ extern ConfigVariableInt patchfile_increment_size;
extern ConfigVariableInt patchfile_buffer_size;
extern ConfigVariableInt patchfile_zone_size;
extern ConfigVariableBool keep_temporary_files;
extern EXPCL_PANDA_EXPRESS ConfigVariableBool keep_temporary_files;
extern ConfigVariableBool multifile_always_binary;
extern EXPCL_PANDA_EXPRESS ConfigVariableBool collect_tcp;

View File

@ -48,7 +48,7 @@ extern ConfigVariableDouble garbage_collect_states_rate;
extern ConfigVariableBool transform_cache;
extern ConfigVariableBool state_cache;
extern ConfigVariableBool uniquify_transforms;
extern ConfigVariableBool uniquify_states;
extern EXPCL_PANDA_PGRAPH ConfigVariableBool uniquify_states;
extern ConfigVariableBool uniquify_attribs;
extern ConfigVariableBool retransform_sprites;
extern ConfigVariableBool depth_offset_decals;