aboutsummaryrefslogtreecommitdiff
path: root/engines/lastexpress/entities/anna.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/lastexpress/entities/anna.h')
-rw-r--r--engines/lastexpress/entities/anna.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/engines/lastexpress/entities/anna.h b/engines/lastexpress/entities/anna.h
index 6085bf1089..5297d6f745 100644
--- a/engines/lastexpress/entities/anna.h
+++ b/engines/lastexpress/entities/anna.h
@@ -48,7 +48,7 @@ public:
*
* @param sequence The sequence to draw
*/
- DECLARE_FUNCTION_1(draw, const char* sequence)
+ DECLARE_FUNCTION_1(draw, const char *sequence)
/**
* Updates the position
@@ -57,7 +57,7 @@ public:
* @param car The car
* @param position The position
*/
- DECLARE_FUNCTION_3(updatePosition, const char* sequence1, CarIndex car, Position position)
+ DECLARE_FUNCTION_3(updatePosition, const char *sequence1, CarIndex car, Position position)
/**
* Handles entering/exiting a compartment.
@@ -65,7 +65,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)
/**
* Process callback action when the entity direction is not kDirectionRight
@@ -80,14 +80,14 @@ public:
* @param action The action
* @param sequence2 The sequence name for the savepoint
*/
- DECLARE_FUNCTION_4(callSavepoint, const char* sequence1, EntityIndex entity, ActionIndex action, const char* sequence2)
+ DECLARE_FUNCTION_4(callSavepoint, const char *sequence1, EntityIndex entity, ActionIndex action, const char *sequence2)
/**
* Plays sound
*
* @param filename The sound filename
*/
- DECLARE_FUNCTION_1(playSound, const char* filename)
+ DECLARE_FUNCTION_1(playSound, const char *filename)
/**
* Process callback action when somebody is standing in the restaurant or salon.
@@ -126,7 +126,7 @@ public:
* @param sequence2 The sequence to draw for the second entity
* @param entity The EntityIndex of the second entity
*/
- DECLARE_FUNCTION_3(draw2, const char* sequence1, const char* sequence2, EntityIndex entity)
+ DECLARE_FUNCTION_3(draw2, const char *sequence1, const char *sequence2, EntityIndex entity)
/**
* Updates parameter 2 using ticks value