diff options
author | Matthew Hoops | 2011-09-02 00:27:13 -0400 |
---|---|---|
committer | Matthew Hoops | 2011-09-02 00:27:13 -0400 |
commit | e642906cdda1d943bcbc875c752bb7ba69c2b81e (patch) | |
tree | 492bd4dfd1b78201da7b38ad36d9db86eb17d3d8 /engines/pegasus/Game_Shell/CItem.cpp | |
parent | 3239002dae193fa92cceb973d0cae1ffe9fef8a4 (diff) | |
download | scummvm-rg350-e642906cdda1d943bcbc875c752bb7ba69c2b81e.tar.gz scummvm-rg350-e642906cdda1d943bcbc875c752bb7ba69c2b81e.tar.bz2 scummvm-rg350-e642906cdda1d943bcbc875c752bb7ba69c2b81e.zip |
PEGASUS: Begin restructuring the game state classes
The entire game state should now be functional
Diffstat (limited to 'engines/pegasus/Game_Shell/CItem.cpp')
-rwxr-xr-x | engines/pegasus/Game_Shell/CItem.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/pegasus/Game_Shell/CItem.cpp b/engines/pegasus/Game_Shell/CItem.cpp index af0bff42e3..b96c24ce49 100755 --- a/engines/pegasus/Game_Shell/CItem.cpp +++ b/engines/pegasus/Game_Shell/CItem.cpp @@ -26,9 +26,9 @@ #include "common/error.h" #include "common/stream.h" +#include "pegasus/constants.h" #include "pegasus/Game_Shell/CItem.h" #include "pegasus/Game_Shell/CItemList.h" -#include "pegasus/Game_Shell/Headers/Game_Shell_Constants.h" namespace Pegasus { |