aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/pet
diff options
context:
space:
mode:
authorPaul Gilbert2016-07-24 20:30:56 -0400
committerPaul Gilbert2016-07-24 20:30:56 -0400
commit4d79ee16c07e2398e9058fe93947b4704cd6048a (patch)
tree50c5234e21822d777e9a989c9af918feb6654a22 /engines/titanic/game/pet
parenteb98b984fb5a630422013ab5f030d49b0aa39552 (diff)
downloadscummvm-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/pet')
-rw-r--r--engines/titanic/game/pet/pet.h2
-rw-r--r--engines/titanic/game/pet/pet_class1.h2
-rw-r--r--engines/titanic/game/pet/pet_class2.h2
-rw-r--r--engines/titanic/game/pet/pet_class3.h2
-rw-r--r--engines/titanic/game/pet/pet_lift.h2
-rw-r--r--engines/titanic/game/pet/pet_monitor.h2
-rw-r--r--engines/titanic/game/pet/pet_pellerator.h2
-rw-r--r--engines/titanic/game/pet/pet_position.h2
-rw-r--r--engines/titanic/game/pet/pet_sentinal.h2
-rw-r--r--engines/titanic/game/pet/pet_sounds.h2
-rw-r--r--engines/titanic/game/pet/pet_transition.h2
-rw-r--r--engines/titanic/game/pet/pet_transport.h2
12 files changed, 12 insertions, 12 deletions
diff --git a/engines/titanic/game/pet/pet.h b/engines/titanic/game/pet/pet.h
index de62294994..cdad649401 100644
--- a/engines/titanic/game/pet/pet.h
+++ b/engines/titanic/game/pet/pet.h
@@ -37,7 +37,7 @@ public:
int _fieldD8;
int _fieldDC;
public:
- CLASSDEF
+ CLASSDEF;
CPET();
/**
diff --git a/engines/titanic/game/pet/pet_class1.h b/engines/titanic/game/pet/pet_class1.h
index aeb01adc7c..ad97f45bb2 100644
--- a/engines/titanic/game/pet/pet_class1.h
+++ b/engines/titanic/game/pet/pet_class1.h
@@ -30,7 +30,7 @@ namespace Titanic {
class CPETClass1 : public CGameObject {
DECLARE_MESSAGE_MAP
public:
- CLASSDEF
+ CLASSDEF;
/**
* Save the data for the class to file
diff --git a/engines/titanic/game/pet/pet_class2.h b/engines/titanic/game/pet/pet_class2.h
index aa85397385..6ae78f4db8 100644
--- a/engines/titanic/game/pet/pet_class2.h
+++ b/engines/titanic/game/pet/pet_class2.h
@@ -30,7 +30,7 @@ namespace Titanic {
class CPETClass2 : public CGameObject {
DECLARE_MESSAGE_MAP
public:
- CLASSDEF
+ CLASSDEF;
/**
* Save the data for the class to file
diff --git a/engines/titanic/game/pet/pet_class3.h b/engines/titanic/game/pet/pet_class3.h
index 733186a096..780cad3b6c 100644
--- a/engines/titanic/game/pet/pet_class3.h
+++ b/engines/titanic/game/pet/pet_class3.h
@@ -30,7 +30,7 @@ namespace Titanic {
class CPETClass3 : public CGameObject {
DECLARE_MESSAGE_MAP
public:
- CLASSDEF
+ CLASSDEF;
/**
* Save the data for the class to file
diff --git a/engines/titanic/game/pet/pet_lift.h b/engines/titanic/game/pet/pet_lift.h
index 9bdf5313d0..88b4e1c029 100644
--- a/engines/titanic/game/pet/pet_lift.h
+++ b/engines/titanic/game/pet/pet_lift.h
@@ -29,7 +29,7 @@ namespace Titanic {
class CPETLift : public CPETTransport {
public:
- CLASSDEF
+ CLASSDEF;
/**
* Save the data for the class to file
diff --git a/engines/titanic/game/pet/pet_monitor.h b/engines/titanic/game/pet/pet_monitor.h
index 140c17b825..3fc50bdf63 100644
--- a/engines/titanic/game/pet/pet_monitor.h
+++ b/engines/titanic/game/pet/pet_monitor.h
@@ -32,7 +32,7 @@ class CPETMonitor : public CGameObject {
DECLARE_MESSAGE_MAP
bool EnterRoomMsg(CEnterRoomMsg *msg);
public:
- CLASSDEF
+ CLASSDEF;
/**
* Save the data for the class to file
diff --git a/engines/titanic/game/pet/pet_pellerator.h b/engines/titanic/game/pet/pet_pellerator.h
index 31b44e337b..9b90c9af28 100644
--- a/engines/titanic/game/pet/pet_pellerator.h
+++ b/engines/titanic/game/pet/pet_pellerator.h
@@ -29,7 +29,7 @@ namespace Titanic {
class CPETPellerator : public CPETTransport {
public:
- CLASSDEF
+ CLASSDEF;
/**
* Save the data for the class to file
diff --git a/engines/titanic/game/pet/pet_position.h b/engines/titanic/game/pet/pet_position.h
index 63c0bf215f..9419684823 100644
--- a/engines/titanic/game/pet/pet_position.h
+++ b/engines/titanic/game/pet/pet_position.h
@@ -32,7 +32,7 @@ class CPETPosition : public CGameObject {
DECLARE_MESSAGE_MAP
bool EnterRoomMsg(CEnterRoomMsg *msg);
public:
- CLASSDEF
+ CLASSDEF;
/**
* Save the data for the class to file
diff --git a/engines/titanic/game/pet/pet_sentinal.h b/engines/titanic/game/pet/pet_sentinal.h
index 8b1e992ebf..f7f9fef0ba 100644
--- a/engines/titanic/game/pet/pet_sentinal.h
+++ b/engines/titanic/game/pet/pet_sentinal.h
@@ -29,7 +29,7 @@ namespace Titanic {
class CPETSentinal : public CGameObject {
public:
- CLASSDEF
+ CLASSDEF;
/**
* Save the data for the class to file
diff --git a/engines/titanic/game/pet/pet_sounds.h b/engines/titanic/game/pet/pet_sounds.h
index 3513da5535..1d3acdb5f3 100644
--- a/engines/titanic/game/pet/pet_sounds.h
+++ b/engines/titanic/game/pet/pet_sounds.h
@@ -31,7 +31,7 @@ class CPETSounds : public CGameObject {
public:
int _value;
public:
- CLASSDEF
+ CLASSDEF;
CPETSounds() : CGameObject(), _value(0) {}
/**
diff --git a/engines/titanic/game/pet/pet_transition.h b/engines/titanic/game/pet/pet_transition.h
index 9e4a62875d..4abf16d509 100644
--- a/engines/titanic/game/pet/pet_transition.h
+++ b/engines/titanic/game/pet/pet_transition.h
@@ -29,7 +29,7 @@ namespace Titanic {
class CPETTransition : public CGameObject {
public:
- CLASSDEF
+ CLASSDEF;
/**
* Save the data for the class to file
diff --git a/engines/titanic/game/pet/pet_transport.h b/engines/titanic/game/pet/pet_transport.h
index e580ab8616..44beafebc8 100644
--- a/engines/titanic/game/pet/pet_transport.h
+++ b/engines/titanic/game/pet/pet_transport.h
@@ -32,7 +32,7 @@ class CPETTransport : public CGameObject {
DECLARE_MESSAGE_MAP
virtual bool EnterRoomMsg(CEnterRoomMsg *msg);
public:
- CLASSDEF
+ CLASSDEF;
/**
* Save the data for the class to file