[Orxonox-commit 5186] r9851 - code/branches/wiimote/src/libraries/core/input

georgr at orxonox.net georgr at orxonox.net
Mon Dec 2 15:38:43 CET 2013


Author: georgr
Date: 2013-12-02 15:38:43 +0100 (Mon, 02 Dec 2013)
New Revision: 9851

Modified:
   code/branches/wiimote/src/libraries/core/input/WiiMote.cc
   code/branches/wiimote/src/libraries/core/input/WiiMote.h
Log:
A should fire main lazors now, second try

Modified: code/branches/wiimote/src/libraries/core/input/WiiMote.cc
===================================================================
--- code/branches/wiimote/src/libraries/core/input/WiiMote.cc	2013-12-02 14:35:38 UTC (rev 9850)
+++ code/branches/wiimote/src/libraries/core/input/WiiMote.cc	2013-12-02 14:38:43 UTC (rev 9851)
@@ -2,6 +2,7 @@
 #include "core/CoreIncludes.h"
 //#include "core/command/ConsoleCommand.h"
 #include <wiicpp/wiicpp/wiicpp.h>
+#include <command/CommandExecutor.h>
 
 
 namespace orxonox

Modified: code/branches/wiimote/src/libraries/core/input/WiiMote.h
===================================================================
--- code/branches/wiimote/src/libraries/core/input/WiiMote.h	2013-12-02 14:35:38 UTC (rev 9850)
+++ code/branches/wiimote/src/libraries/core/input/WiiMote.h	2013-12-02 14:38:43 UTC (rev 9851)
@@ -9,7 +9,7 @@
 namespace orxonox
 {
 
-
+	class CommandExecutor;
 	struct Orientation
     {
     	float roll, pitch, yaw;




More information about the Orxonox-commit mailing list