diff options
author | uruk | 2013-06-17 15:45:25 +0200 |
---|---|---|
committer | uruk | 2013-06-17 15:45:25 +0200 |
commit | a3025b8dad7abfe845c57aee3703451c223fc2e6 (patch) | |
tree | 0db7ddf29af49e18f314317beee4ecabbcc1e979 /engines/avalanche/nimunit.h | |
parent | 7939ab1f62959c19a18dfe3d54aef0d0175a3b1d (diff) | |
download | scummvm-rg350-a3025b8dad7abfe845c57aee3703451c223fc2e6.tar.gz scummvm-rg350-a3025b8dad7abfe845c57aee3703451c223fc2e6.tar.bz2 scummvm-rg350-a3025b8dad7abfe845c57aee3703451c223fc2e6.zip |
AVALANCHE: Add namespace.
Diffstat (limited to 'engines/avalanche/nimunit.h')
-rw-r--r-- | engines/avalanche/nimunit.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/avalanche/nimunit.h b/engines/avalanche/nimunit.h index 4b5f79b89e..8919b1af3a 100644 --- a/engines/avalanche/nimunit.h +++ b/engines/avalanche/nimunit.h @@ -28,7 +28,6 @@ #ifndef __nimunit_h__ #define __nimunit_h__ - #include "gyro.h" #include "Graph.h" /*#include "Crt.h"*/ @@ -38,8 +37,10 @@ #include "logger.h" #include "celer.h" +namespace Avalanche { void play_nim(); +} // End of namespace Avalanche. #endif |