mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-27 20:51:36 +00:00
# Housekeeping.
ScriptableComplex.inl is now only #included in CPP files that need it (files that use functions from it directly), which is a total of 5 files, so recompiling after modifying it should be a lot faster. This was SVN commit r4176.
This commit is contained in:
@@ -273,9 +273,6 @@ extern void jscomplexproperty_suballoc_detach();
|
||||
extern void* jscomplexproperty_suballoc();
|
||||
extern void jscomplexproperty_suballoc_free(IJSComplexProperty* p);
|
||||
|
||||
|
||||
#include "ScriptableComplex.inl"
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user