aboutsummaryrefslogtreecommitdiff
path: root/engines/lastexpress/entities/francois.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/lastexpress/entities/francois.h')
-rw-r--r--engines/lastexpress/entities/francois.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/engines/lastexpress/entities/francois.h b/engines/lastexpress/entities/francois.h
index f14ddf0ffb..c924cf677b 100644
--- a/engines/lastexpress/entities/francois.h
+++ b/engines/lastexpress/entities/francois.h
@@ -55,7 +55,7 @@ public:
*
* @param sequence The sequence to draw
*/
- DECLARE_FUNCTION_1(draw, const char* sequence)
+ DECLARE_FUNCTION_1(draw, const char *sequence)
/**
* Handles entering/exiting a compartment.
@@ -63,7 +63,7 @@ public:
* @param sequence The sequence to draw
* @param compartment The compartment
*/
- DECLARE_FUNCTION_2(enterExitCompartment, const char* sequence, ObjectIndex compartment)
+ DECLARE_FUNCTION_2(enterExitCompartment, const char *sequence, ObjectIndex compartment)
/**
* Handles entering/exiting a compartment and updates position/play animation
@@ -71,14 +71,14 @@ public:
* @param sequence The sequence to draw
* @param compartment The compartment
*/
- DECLARE_FUNCTION_2(enterExitCompartment2, const char* sequence, ObjectIndex compartment)
+ DECLARE_FUNCTION_2(enterExitCompartment2, const char *sequence, ObjectIndex compartment)
/**
- * Plays sound
+ Plays sound
*
* @param filename The sound filename
*/
- DECLARE_FUNCTION_1(playSound, const char* filename)
+ DECLARE_FUNCTION_1(playSound, const char *filename)
/**
* Saves the game