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/CInventory.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/CInventory.cpp')
-rwxr-xr-x | engines/pegasus/Game_Shell/CInventory.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/pegasus/Game_Shell/CInventory.cpp b/engines/pegasus/Game_Shell/CInventory.cpp index 3747beda89..64e62b4406 100755 --- a/engines/pegasus/Game_Shell/CInventory.cpp +++ b/engines/pegasus/Game_Shell/CInventory.cpp @@ -23,9 +23,9 @@ * */ +#include "pegasus/constants.h" #include "pegasus/Game_Shell/CItem.h" #include "pegasus/Game_Shell/CInventory.h" -#include "pegasus/Game_Shell/Headers/Game_Shell_Constants.h" namespace Pegasus { |