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/plottest.cpp | |
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/plottest.cpp')
-rw-r--r-- | engines/avalanche/plottest.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/avalanche/plottest.cpp b/engines/avalanche/plottest.cpp index 799f1f1adb..909088c0e5 100644 --- a/engines/avalanche/plottest.cpp +++ b/engines/avalanche/plottest.cpp @@ -27,6 +27,8 @@ #include "graph.h" +namespace Avalanche { + integer gd,gm; byte fv; matrix<1,35,0,39,byte> a; array<0,3,0,4,1,35,byte> b; @@ -64,3 +66,5 @@ int main(int argc, const char* argv[]) } return EXIT_SUCCESS; } + +} // End of namespace Avalanche.
\ No newline at end of file |