diff options
author | Paul Gilbert | 2016-03-12 22:03:01 -0500 |
---|---|---|
committer | Paul Gilbert | 2016-03-12 22:03:01 -0500 |
commit | c6b07dcdd7d2ec629d0287922f47e48de90dfc97 (patch) | |
tree | 3ab2181f5fbe5b694e29505527cda04cb4381dce /engines/titanic/pet_control | |
parent | bad72e2ae491cb99843f3af971725231e3defb2e (diff) | |
download | scummvm-rg350-c6b07dcdd7d2ec629d0287922f47e48de90dfc97.tar.gz scummvm-rg350-c6b07dcdd7d2ec629d0287922f47e48de90dfc97.tar.bz2 scummvm-rg350-c6b07dcdd7d2ec629d0287922f47e48de90dfc97.zip |
TITANIC: Added CGameObjectDescItem class
Diffstat (limited to 'engines/titanic/pet_control')
-rw-r--r-- | engines/titanic/pet_control/pet_control_sub1.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/pet_control/pet_control_sub1.h b/engines/titanic/pet_control/pet_control_sub1.h index e826182afc..5d0edb6c9f 100644 --- a/engines/titanic/pet_control/pet_control_sub1.h +++ b/engines/titanic/pet_control/pet_control_sub1.h @@ -66,4 +66,4 @@ public: } // End of namespace Titanic -#endif /* TITANIC_PET_CONTROL_H */ +#endif /* TITANIC_PET_CONTROL_SUB1_H */ |