[Orxonox-commit 7695] r12288 - code/branches/OrxoBlox_FS19/src/modules/OrxoBlox
ahuwyler at orxonox.net
ahuwyler at orxonox.net
Thu Apr 11 13:21:51 CEST 2019
Author: ahuwyler
Date: 2019-04-11 13:21:49 +0200 (Thu, 11 Apr 2019)
New Revision: 12288
Modified:
code/branches/OrxoBlox_FS19/src/modules/OrxoBlox/OrxoBlox.cc
code/branches/OrxoBlox_FS19/src/modules/OrxoBlox/OrxoBlox.h
Log:
jetzt klappets
Modified: code/branches/OrxoBlox_FS19/src/modules/OrxoBlox/OrxoBlox.cc
===================================================================
--- code/branches/OrxoBlox_FS19/src/modules/OrxoBlox/OrxoBlox.cc 2019-04-11 11:16:08 UTC (rev 12287)
+++ code/branches/OrxoBlox_FS19/src/modules/OrxoBlox/OrxoBlox.cc 2019-04-11 11:21:49 UTC (rev 12288)
@@ -46,7 +46,9 @@
#include "OrxoBloxBat.h"
#include "OrxoBloxBot.h"
#include "OrxoBloxStones.h"
+#include "OrxoBloxWall.h"
+
namespace orxonox
{
// Events to allow to react to scoring of a player, in the level-file.
Modified: code/branches/OrxoBlox_FS19/src/modules/OrxoBlox/OrxoBlox.h
===================================================================
--- code/branches/OrxoBlox_FS19/src/modules/OrxoBlox/OrxoBlox.h 2019-04-11 11:16:08 UTC (rev 12287)
+++ code/branches/OrxoBlox_FS19/src/modules/OrxoBlox/OrxoBlox.h 2019-04-11 11:21:49 UTC (rev 12288)
@@ -41,6 +41,7 @@
#include "gametypes/Deathmatch.h"
#include "OrxoBloxCenterpoint.h"
+#include "OrxoBloxWall.h"
namespace orxonox
{
More information about the Orxonox-commit
mailing list