diff options
| author | Mike Buland <eichlan@xagasoft.com> | 2012-01-09 18:40:29 -0700 | 
|---|---|---|
| committer | Mike Buland <eichlan@xagasoft.com> | 2012-01-09 18:40:29 -0700 | 
| commit | 18c7bede5b86234116a76fd6571e190b1eb9e711 (patch) | |
| tree | c675039b6ea29bc8ff706146072e23fdd89a6733 /src/interfacegats.h | |
| parent | be0230eb9ff1b08e45d79a28d39c0feea7869673 (diff) | |
| download | stage-18c7bede5b86234116a76fd6571e190b1eb9e711.tar.gz stage-18c7bede5b86234116a76fd6571e190b1eb9e711.tar.bz2 stage-18c7bede5b86234116a76fd6571e190b1eb9e711.tar.xz stage-18c7bede5b86234116a76fd6571e190b1eb9e711.zip | |
Actually works with windows now.
Diffstat (limited to 'src/interfacegats.h')
| -rw-r--r-- | src/interfacegats.h | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/src/interfacegats.h b/src/interfacegats.h index b04abb3..ff1f760 100644 --- a/src/interfacegats.h +++ b/src/interfacegats.h | |||
| @@ -9,6 +9,8 @@ public: | |||
| 9 | InterfaceGats(); | 9 | InterfaceGats(); | 
| 10 | virtual ~InterfaceGats(); | 10 | virtual ~InterfaceGats(); | 
| 11 | 11 | ||
| 12 | virtual void run( class Game *pGame ); | ||
| 13 | |||
| 12 | virtual void display( const class SmlNode *pSml ); | 14 | virtual void display( const class SmlNode *pSml ); | 
| 13 | }; | 15 | }; | 
| 14 | 16 | ||
