FULLPIPE: Renamed gameobj.h to constants.h

This commit is contained in:
Eugene Sandulenko
2013-09-06 14:51:08 +03:00
parent f22f7a8682
commit eeec3a79cb
6 changed files with 8 additions and 8 deletions
@@ -20,8 +20,8 @@
*
*/
#ifndef FULLPIPE_GAMEOBJ_H
#define FULLPIPE_GAMEOBJ_H
#ifndef FULLPIPE_CONSTANTS_H
#define FULLPIPE_CONSTANTS_H
namespace Fullpipe {
@@ -119,4 +119,4 @@ namespace Fullpipe {
} // End of namespace Fullpipe
#endif /* FULLPIPE_INPUT_H */
#endif /* FULLPIPE_CONSTANTS_H */
+1 -1
View File
@@ -27,7 +27,7 @@
#include "fullpipe/objectnames.h"
#include "fullpipe/input.h"
#include "fullpipe/gameobj.h"
#include "fullpipe/constants.h"
namespace Fullpipe {
+1 -1
View File
@@ -27,7 +27,7 @@
#include "fullpipe/statics.h"
#include "fullpipe/messages.h"
#include "fullpipe/gameobj.h"
#include "fullpipe/constants.h"
#include "common/algorithm.h"
+1 -1
View File
@@ -34,7 +34,7 @@
#include "fullpipe/messages.h"
#include "fullpipe/behavior.h"
#include "fullpipe/gameobj.h"
#include "fullpipe/constants.h"
namespace Fullpipe {
+1 -1
View File
@@ -31,7 +31,7 @@
#include "fullpipe/scene.h"
#include "fullpipe/statics.h"
#include "fullpipe/gameobj.h"
#include "fullpipe/constants.h"
namespace Fullpipe {
+1 -1
View File
@@ -27,7 +27,7 @@
#include "fullpipe/statics.h"
#include "fullpipe/messages.h"
#include "fullpipe/gameobj.h"
#include "fullpipe/constants.h"
#include "fullpipe/objectnames.h"
namespace Fullpipe {