mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-19 19:35:26 +00:00
Add missing include guards to some headers
This commit is contained in:
parent
3574ef838b
commit
b2b950c84a
4 changed files with 20 additions and 1 deletions
|
|
@ -20,6 +20,9 @@
|
|||
// IN THE SOFTWARE.
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
#ifndef _SCENEAMBIENTSOUNDOBJECT_IMPL_H_
|
||||
#define _SCENEAMBIENTSOUNDOBJECT_IMPL_H_
|
||||
|
||||
#include "platform/platform.h"
|
||||
#include "scene/mixin/sceneAmbientSoundObject.h"
|
||||
|
||||
|
|
@ -112,3 +115,5 @@ bool SceneAmbientSoundObject< Base >::_setSoundAmbience( void* object, const cha
|
|||
p->setSoundAmbience( ambience );
|
||||
return false;
|
||||
}
|
||||
|
||||
#endif // _SCENEAMBIENTSOUNDOBJECT_IMPL_H_
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue