[Orxonox-commit 7255] r11870 - code/branches/3DPacman_FS18/src/modules/Pacman
dreherm at orxonox.net
dreherm at orxonox.net
Mon Apr 16 23:53:41 CEST 2018
Author: dreherm
Date: 2018-04-16 23:53:41 +0200 (Mon, 16 Apr 2018)
New Revision: 11870
Modified:
code/branches/3DPacman_FS18/src/modules/Pacman/Pacman.cc
code/branches/3DPacman_FS18/src/modules/Pacman/Pacman.h
Log:
Tes Game 5
Modified: code/branches/3DPacman_FS18/src/modules/Pacman/Pacman.cc
===================================================================
--- code/branches/3DPacman_FS18/src/modules/Pacman/Pacman.cc 2018-04-16 21:50:31 UTC (rev 11869)
+++ code/branches/3DPacman_FS18/src/modules/Pacman/Pacman.cc 2018-04-16 21:53:41 UTC (rev 11870)
@@ -33,11 +33,8 @@
#include "Pacman.h"
#include "core/CoreIncludes.h"
-#include "PacmanGelb.h"
-#include "PacmanGhost.h"
-#include "PacmanPointSphere.h"
-#include "Highscore.h"
+
namespace orxonox
{
RegisterUnloadableClass(Pacman);
Modified: code/branches/3DPacman_FS18/src/modules/Pacman/Pacman.h
===================================================================
--- code/branches/3DPacman_FS18/src/modules/Pacman/Pacman.h 2018-04-16 21:50:31 UTC (rev 11869)
+++ code/branches/3DPacman_FS18/src/modules/Pacman/Pacman.h 2018-04-16 21:53:41 UTC (rev 11870)
@@ -36,7 +36,11 @@
#define _Pacman_H__
#include "PacmanGelb.h"
+#include "PacmanGhost.h"
+#include "PacmanPointSphere.h"
+#include "Highscore.h"
+
#include "core/EventIncludes.h"
#include "core/command/Executor.h"
#include "core/config/ConfigValueIncludes.h"
More information about the Orxonox-commit
mailing list