diff options
author | Kudlaty <none@none> | 2009-08-16 00:53:16 +0200 |
---|---|---|
committer | Kudlaty <none@none> | 2009-08-16 00:53:16 +0200 |
commit | 6337c3adfb6b7ee6326f2bfa9f0b0992ce412ae1 (patch) | |
tree | e68ca48297b000792b8c3b39a5865d0578bb8ab1 /src/bindings/scripts/ScriptMgr.h | |
parent | e00175d23bc6905d7ca75ec09c6eca6e58409717 (diff) |
Merge [SD2]
r1288 Update include guards with better naming.
r1289 Fix typo in makefile.am - skip
r1290 Move AI remaining in misc folders to own folder base.
Rename file to same as others for consistency and update includes accordingly.
--HG--
branch : trunk
Diffstat (limited to 'src/bindings/scripts/ScriptMgr.h')
-rw-r--r-- | src/bindings/scripts/ScriptMgr.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bindings/scripts/ScriptMgr.h b/src/bindings/scripts/ScriptMgr.h index 06830532c9b..ad341a98098 100644 --- a/src/bindings/scripts/ScriptMgr.h +++ b/src/bindings/scripts/ScriptMgr.h @@ -5,8 +5,8 @@ * This program is free software licensed under GPL version 2 * Please see the included DOCS/LICENSE.TXT for more information */ -#ifndef SCRIPTMGR_H -#define SCRIPTMGR_H +#ifndef SC_SCRIPTMGR_H +#define SC_SCRIPTMGR_H #include "Common.h" #include "Platform/CompilerDefs.h" |