mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-14 16:14:38 +00:00
Merge pull request #1813 from Azaezel/loopyLines
clang catch: garbage in line directives
This commit is contained in:
commit
d8644e0426
3 changed files with 3 additions and 3 deletions
|
|
@ -62,4 +62,4 @@ namespace Con {
|
||||||
|
|
||||||
/// @}
|
/// @}
|
||||||
|
|
||||||
#endif _CONSOLEXMLEXPORT_H_
|
#endif //_CONSOLEXMLEXPORT_H_
|
||||||
|
|
|
||||||
|
|
@ -308,4 +308,4 @@ DefineEngineFunction(GenerateTamlSchema, bool, (), , "() - Generate a TAML schem
|
||||||
return Taml::generateTamlSchema();
|
return Taml::generateTamlSchema();
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif _TAML_SCRIPTBINDING_H
|
#endif //_TAML_SCRIPTBINDING_H
|
||||||
|
|
|
||||||
|
|
@ -37,7 +37,7 @@
|
||||||
#import "core/strings/stringFunctions.h"
|
#import "core/strings/stringFunctions.h"
|
||||||
#import "console/console.h"
|
#import "console/console.h"
|
||||||
#import "platform/profiler.h"
|
#import "platform/profiler.h"
|
||||||
#import "cinterface/cinterface.h";
|
#import "cinterface/cinterface.h"
|
||||||
#import "core/volume.h"
|
#import "core/volume.h"
|
||||||
|
|
||||||
//TODO: file io still needs some work...
|
//TODO: file io still needs some work...
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue