diff options
| author | oy <Tom_Adams@web.de> | 2011-02-27 15:03:57 +0100 |
|---|---|---|
| committer | oy <Tom_Adams@web.de> | 2011-02-27 15:03:57 +0100 |
| commit | d9ce7203871cea0046144bce175df5bf1d7fcc19 (patch) | |
| tree | 10ecc4f818eb7c5f1402a774a351e6d7bc9a04bf /src/engine/shared/console.cpp | |
| parent | 45eee0c8c2bb5af6629db9adefeecea88a547fb4 (diff) | |
| download | zcatch-d9ce7203871cea0046144bce175df5bf1d7fcc19.tar.gz zcatch-d9ce7203871cea0046144bce175df5bf1d7fcc19.zip | |
made engine an interface
Diffstat (limited to 'src/engine/shared/console.cpp')
| -rw-r--r-- | src/engine/shared/console.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/engine/shared/console.cpp b/src/engine/shared/console.cpp index 987e252b..3241d05d 100644 --- a/src/engine/shared/console.cpp +++ b/src/engine/shared/console.cpp @@ -6,7 +6,6 @@ #include <engine/storage.h> #include "console.h" #include "config.h" -#include "engine.h" #include "linereader.h" const char *CConsole::CResult::GetString(unsigned Index) |