1
0
forked from mirrors/0ad

# 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:
Matei
2006-07-27 21:20:30 +00:00
parent 1da24b9cee
commit dbe4451da2
7 changed files with 6 additions and 4 deletions
+1
View File
@@ -1,5 +1,6 @@
#include "precompiled.h"
#include "ScriptableComplex.h"
#include "ScriptableComplex.inl"
#include "lib/allocators.h"