1
0
Fork 0

(svn r16158) -Codechange: fix the string alignment in all .hpp.sq files

release/1.0
yexo 2009-04-26 12:22:09 +00:00
parent ce171535d1
commit f0bc464b18
8 changed files with 74 additions and 74 deletions

View File

@ -19,7 +19,7 @@ public:
#endif /* DEFINE_SCRIPT_FILES */ #endif /* DEFINE_SCRIPT_FILES */
#ifdef DOXYGEN_SKIP #ifdef DOXYGEN_SKIP
const static TileIndex TILE_INVALID; //!< Invalid TileIndex. const static TileIndex TILE_INVALID; //!< Invalid TileIndex.
#endif #endif /* DOXYGEN_SKIP */
static const char *GetClassName() { return "AIMap"; } static const char *GetClassName() { return "AIMap"; }