diff options
author | Paul Gilbert | 2016-07-24 20:30:56 -0400 |
---|---|---|
committer | Paul Gilbert | 2016-07-24 20:30:56 -0400 |
commit | 4d79ee16c07e2398e9058fe93947b4704cd6048a (patch) | |
tree | 50c5234e21822d777e9a989c9af918feb6654a22 /engines/titanic/game/sgt | |
parent | eb98b984fb5a630422013ab5f030d49b0aa39552 (diff) | |
download | scummvm-rg350-4d79ee16c07e2398e9058fe93947b4704cd6048a.tar.gz scummvm-rg350-4d79ee16c07e2398e9058fe93947b4704cd6048a.tar.bz2 scummvm-rg350-4d79ee16c07e2398e9058fe93947b4704cd6048a.zip |
TITANIC: Add semicolon after CLASSDEF macro usage
Diffstat (limited to 'engines/titanic/game/sgt')
-rw-r--r-- | engines/titanic/game/sgt/armchair.h | 2 | ||||
-rw-r--r-- | engines/titanic/game/sgt/basin.h | 2 | ||||
-rw-r--r-- | engines/titanic/game/sgt/bedfoot.h | 2 | ||||
-rw-r--r-- | engines/titanic/game/sgt/bedhead.h | 2 | ||||
-rw-r--r-- | engines/titanic/game/sgt/chest_of_drawers.h | 2 | ||||
-rw-r--r-- | engines/titanic/game/sgt/desk.h | 2 | ||||
-rw-r--r-- | engines/titanic/game/sgt/deskchair.h | 2 | ||||
-rw-r--r-- | engines/titanic/game/sgt/drawer.h | 2 | ||||
-rw-r--r-- | engines/titanic/game/sgt/sgt_doors.h | 2 | ||||
-rw-r--r-- | engines/titanic/game/sgt/sgt_nav.h | 2 | ||||
-rw-r--r-- | engines/titanic/game/sgt/sgt_navigation.h | 2 | ||||
-rw-r--r-- | engines/titanic/game/sgt/sgt_restaurant_doors.h | 2 | ||||
-rw-r--r-- | engines/titanic/game/sgt/sgt_state_control.h | 2 | ||||
-rw-r--r-- | engines/titanic/game/sgt/sgt_state_room.h | 2 | ||||
-rw-r--r-- | engines/titanic/game/sgt/sgt_tv.h | 2 | ||||
-rw-r--r-- | engines/titanic/game/sgt/sgt_upper_doors_sound.h | 2 | ||||
-rw-r--r-- | engines/titanic/game/sgt/toilet.h | 2 | ||||
-rw-r--r-- | engines/titanic/game/sgt/vase.h | 2 | ||||
-rw-r--r-- | engines/titanic/game/sgt/washstand.h | 2 |
19 files changed, 19 insertions, 19 deletions
diff --git a/engines/titanic/game/sgt/armchair.h b/engines/titanic/game/sgt/armchair.h index 5dfd94d095..b5505554f0 100644 --- a/engines/titanic/game/sgt/armchair.h +++ b/engines/titanic/game/sgt/armchair.h @@ -29,7 +29,7 @@ namespace Titanic { class CArmchair : public CSGTStateRoom { public: - CLASSDEF + CLASSDEF; /** * Save the data for the class to file diff --git a/engines/titanic/game/sgt/basin.h b/engines/titanic/game/sgt/basin.h index 950bdb8241..e4a36eb841 100644 --- a/engines/titanic/game/sgt/basin.h +++ b/engines/titanic/game/sgt/basin.h @@ -29,7 +29,7 @@ namespace Titanic { class CBasin : public CSGTStateRoom { public: - CLASSDEF + CLASSDEF; /** * Save the data for the class to file diff --git a/engines/titanic/game/sgt/bedfoot.h b/engines/titanic/game/sgt/bedfoot.h index db1e1dd031..df3db42d6d 100644 --- a/engines/titanic/game/sgt/bedfoot.h +++ b/engines/titanic/game/sgt/bedfoot.h @@ -29,7 +29,7 @@ namespace Titanic { class CBedfoot : public CSGTStateRoom { public: - CLASSDEF + CLASSDEF; /** * Save the data for the class to file diff --git a/engines/titanic/game/sgt/bedhead.h b/engines/titanic/game/sgt/bedhead.h index b938dcd795..f1ba31786c 100644 --- a/engines/titanic/game/sgt/bedhead.h +++ b/engines/titanic/game/sgt/bedhead.h @@ -29,7 +29,7 @@ namespace Titanic { class CBedhead : public CSGTStateRoom { public: - CLASSDEF + CLASSDEF; /** * Save the data for the class to file diff --git a/engines/titanic/game/sgt/chest_of_drawers.h b/engines/titanic/game/sgt/chest_of_drawers.h index 5b72f3eef3..16a1bf8fea 100644 --- a/engines/titanic/game/sgt/chest_of_drawers.h +++ b/engines/titanic/game/sgt/chest_of_drawers.h @@ -29,7 +29,7 @@ namespace Titanic { class CChestOfDrawers : public CSGTStateRoom { public: - CLASSDEF + CLASSDEF; /** * Save the data for the class to file diff --git a/engines/titanic/game/sgt/desk.h b/engines/titanic/game/sgt/desk.h index d35417c599..77b5fa17af 100644 --- a/engines/titanic/game/sgt/desk.h +++ b/engines/titanic/game/sgt/desk.h @@ -29,7 +29,7 @@ namespace Titanic { class CDesk : public CSGTStateRoom { public: - CLASSDEF + CLASSDEF; /** * Save the data for the class to file diff --git a/engines/titanic/game/sgt/deskchair.h b/engines/titanic/game/sgt/deskchair.h index 38e4d6de5d..5181b650d2 100644 --- a/engines/titanic/game/sgt/deskchair.h +++ b/engines/titanic/game/sgt/deskchair.h @@ -29,7 +29,7 @@ namespace Titanic { class CDeskchair : public CSGTStateRoom { public: - CLASSDEF + CLASSDEF; /** * Save the data for the class to file diff --git a/engines/titanic/game/sgt/drawer.h b/engines/titanic/game/sgt/drawer.h index 4f68b1b5ad..c079be389f 100644 --- a/engines/titanic/game/sgt/drawer.h +++ b/engines/titanic/game/sgt/drawer.h @@ -31,7 +31,7 @@ class CDrawer : public CSGTStateRoom { private: int _fieldF4; public: - CLASSDEF + CLASSDEF; CDrawer(); /** diff --git a/engines/titanic/game/sgt/sgt_doors.h b/engines/titanic/game/sgt/sgt_doors.h index 11825c069b..4b4f4a3153 100644 --- a/engines/titanic/game/sgt/sgt_doors.h +++ b/engines/titanic/game/sgt/sgt_doors.h @@ -31,7 +31,7 @@ class CSGTDoors : public CGameObject { public: int _value1, _value2; public: - CLASSDEF + CLASSDEF; CSGTDoors() : CGameObject(), _value1(0), _value2(0) {} /** diff --git a/engines/titanic/game/sgt/sgt_nav.h b/engines/titanic/game/sgt/sgt_nav.h index 39b267fc9c..40fdc4eff1 100644 --- a/engines/titanic/game/sgt/sgt_nav.h +++ b/engines/titanic/game/sgt/sgt_nav.h @@ -29,7 +29,7 @@ namespace Titanic { class SGTNav : public CSGTStateRoom { public: - CLASSDEF + CLASSDEF; /** * Save the data for the class to file diff --git a/engines/titanic/game/sgt/sgt_navigation.h b/engines/titanic/game/sgt/sgt_navigation.h index ac8c475cce..6d24fe6761 100644 --- a/engines/titanic/game/sgt/sgt_navigation.h +++ b/engines/titanic/game/sgt/sgt_navigation.h @@ -37,7 +37,7 @@ class CSGTNavigation : public CGameObject { private: static CSGTNavigationStatics *_statics; public: - CLASSDEF + CLASSDEF; static void init(); static void deinit(); diff --git a/engines/titanic/game/sgt/sgt_restaurant_doors.h b/engines/titanic/game/sgt/sgt_restaurant_doors.h index e740db6246..2a10d8f059 100644 --- a/engines/titanic/game/sgt/sgt_restaurant_doors.h +++ b/engines/titanic/game/sgt/sgt_restaurant_doors.h @@ -31,7 +31,7 @@ class CSGTRestaurantDoors : public CGameObject { private: int _fieldBC; public: - CLASSDEF + CLASSDEF; CSGTRestaurantDoors() : CGameObject(), _fieldBC(0) {} /** diff --git a/engines/titanic/game/sgt/sgt_state_control.h b/engines/titanic/game/sgt/sgt_state_control.h index af51274355..49fd5113cd 100644 --- a/engines/titanic/game/sgt/sgt_state_control.h +++ b/engines/titanic/game/sgt/sgt_state_control.h @@ -31,7 +31,7 @@ class CSGTStateControl : public CBackground { private: int _fieldE0; public: - CLASSDEF + CLASSDEF; CSGTStateControl() : CBackground(), _fieldE0(1) {} /** diff --git a/engines/titanic/game/sgt/sgt_state_room.h b/engines/titanic/game/sgt/sgt_state_room.h index 1809ec8ee2..ee9079943b 100644 --- a/engines/titanic/game/sgt/sgt_state_room.h +++ b/engines/titanic/game/sgt/sgt_state_room.h @@ -57,7 +57,7 @@ private: int _fieldEC; int _fieldF0; public: - CLASSDEF + CLASSDEF; CSGTStateRoom(); static void init(); static void deinit(); diff --git a/engines/titanic/game/sgt/sgt_tv.h b/engines/titanic/game/sgt/sgt_tv.h index e97f97427a..90fed90efe 100644 --- a/engines/titanic/game/sgt/sgt_tv.h +++ b/engines/titanic/game/sgt/sgt_tv.h @@ -29,7 +29,7 @@ namespace Titanic { class CSGTTV : public CSGTStateRoom { public: - CLASSDEF + CLASSDEF; /** * Save the data for the class to file diff --git a/engines/titanic/game/sgt/sgt_upper_doors_sound.h b/engines/titanic/game/sgt/sgt_upper_doors_sound.h index 3289b88f43..fc8c6c2bf1 100644 --- a/engines/titanic/game/sgt/sgt_upper_doors_sound.h +++ b/engines/titanic/game/sgt/sgt_upper_doors_sound.h @@ -29,7 +29,7 @@ namespace Titanic { class CSGTUpperDoorsSound : public CClickResponder { public: - CLASSDEF + CLASSDEF; CSGTUpperDoorsSound(); /** diff --git a/engines/titanic/game/sgt/toilet.h b/engines/titanic/game/sgt/toilet.h index d0d2851367..d87531ad7a 100644 --- a/engines/titanic/game/sgt/toilet.h +++ b/engines/titanic/game/sgt/toilet.h @@ -29,7 +29,7 @@ namespace Titanic { class CToilet : public CSGTStateRoom { public: - CLASSDEF + CLASSDEF; /** * Save the data for the class to file diff --git a/engines/titanic/game/sgt/vase.h b/engines/titanic/game/sgt/vase.h index ec3662b9ee..8aa35acdf5 100644 --- a/engines/titanic/game/sgt/vase.h +++ b/engines/titanic/game/sgt/vase.h @@ -29,7 +29,7 @@ namespace Titanic { class CVase : public CSGTStateRoom { public: - CLASSDEF + CLASSDEF; /** * Save the data for the class to file diff --git a/engines/titanic/game/sgt/washstand.h b/engines/titanic/game/sgt/washstand.h index ea7636c485..f140b17f49 100644 --- a/engines/titanic/game/sgt/washstand.h +++ b/engines/titanic/game/sgt/washstand.h @@ -29,7 +29,7 @@ namespace Titanic { class CWashstand : public CSGTStateRoom { public: - CLASSDEF + CLASSDEF; /** * Save the data for the class to file |