mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-03 04:20:30 +00:00
clang catch: garbage in line directives
This commit is contained in:
parent
3038e53856
commit
4bc1491714
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();
|
||||
}
|
||||
|
||||
#endif _TAML_SCRIPTBINDING_H
|
||||
#endif //_TAML_SCRIPTBINDING_H
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@
|
|||
#import "core/strings/stringFunctions.h"
|
||||
#import "console/console.h"
|
||||
#import "platform/profiler.h"
|
||||
#import "cinterface/cinterface.h";
|
||||
#import "cinterface/cinterface.h"
|
||||
#import "core/volume.h"
|
||||
|
||||
//TODO: file io still needs some work...
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue