summaryrefslogtreecommitdiff
path: root/src/interfacegats.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/interfacegats.cpp')
-rw-r--r--src/interfacegats.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/interfacegats.cpp b/src/interfacegats.cpp
index bd936c7..c14a8f2 100644
--- a/src/interfacegats.cpp
+++ b/src/interfacegats.cpp
@@ -18,6 +18,10 @@ InterfaceGats::~InterfaceGats()
18{ 18{
19} 19}
20 20
21void InterfaceGats::run( class Game *pGame )
22{
23}
24
21void InterfaceGats::display( const SmlNode *pSml ) 25void InterfaceGats::display( const SmlNode *pSml )
22{ 26{
23 switch( pSml->getType() ) 27 switch( pSml->getType() )