aboutsummaryrefslogtreecommitdiff
path: root/engines/lastexpress/entities/cooks.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/lastexpress/entities/cooks.h')
-rw-r--r--engines/lastexpress/entities/cooks.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/lastexpress/entities/cooks.h b/engines/lastexpress/entities/cooks.h
index 2904d2c66b..fc3a0cb78c 100644
--- a/engines/lastexpress/entities/cooks.h
+++ b/engines/lastexpress/entities/cooks.h
@@ -43,14 +43,14 @@ public:
*
* @param sequence The sequence to draw
*/
- DECLARE_FUNCTION_1(draw, const char* sequence)
+ DECLARE_FUNCTION_1(draw, const char *sequence)
/**
* Plays sound
*
* @param filename The sound filename
*/
- DECLARE_FUNCTION_1(playSound, const char* filename)
+ DECLARE_FUNCTION_1(playSound, const char *filename)
DECLARE_FUNCTION(function3)