summaryrefslogtreecommitdiff
path: root/src/game.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game.cpp')
-rw-r--r--src/game.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/game.cpp b/src/game.cpp
index 37989bd..753f83b 100644
--- a/src/game.cpp
+++ b/src/game.cpp
@@ -1,8 +1,6 @@
1#include "game.h" 1#include "game.h"
2 2
3#include "functiondisplay.h" 3#include "functiondisplay.h"
4#include "functionexists.h"
5#include "functiondelete.h"
6#include "functionexit.h" 4#include "functionexit.h"
7#include "functionrandom.h" 5#include "functionrandom.h"
8#include "functioninteger.h" 6#include "functioninteger.h"
@@ -16,8 +14,6 @@ Game::Game()
16{ 14{
17 hGlobalParam.insert("start", Variable::newSituationName("start") ); 15 hGlobalParam.insert("start", Variable::newSituationName("start") );
18 addFunction( new FunctionDisplay() ); 16 addFunction( new FunctionDisplay() );
19 addFunction( new FunctionExists() );
20 addFunction( new FunctionDelete() );
21 addFunction( new FunctionExit() ); 17 addFunction( new FunctionExit() );
22 addFunction( new FunctionRandom() ); 18 addFunction( new FunctionRandom() );
23 addFunction( new FunctionInteger() ); 19 addFunction( new FunctionInteger() );