Split intercom.h into separate headers and reduce shared header inclusion.

This commit is contained in:
David Anderson
2015-08-31 10:00:49 -07:00
parent 4f1705e001
commit 4e275eea97
66 changed files with 881 additions and 431 deletions
+1
View File
@@ -3,6 +3,7 @@ import os
binary = SM.Library(builder, 'sourcemod.logic')
binary.compiler.cxxincludes += [
builder.sourcePath,
os.path.join(builder.sourcePath, 'core', 'logic'),
os.path.join(builder.sourcePath, 'public'),
os.path.join(builder.sourcePath, 'sourcepawn', 'include'),