diff options
Diffstat (limited to 'engines/lab/parsefun.h')
-rw-r--r-- | engines/lab/parsefun.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/lab/parsefun.h b/engines/lab/parsefun.h index 2c48311090..6766dd27f0 100644 --- a/engines/lab/parsefun.h +++ b/engines/lab/parsefun.h @@ -44,9 +44,9 @@ bool parse(const char *InputFile); /* From allocRoom.c */ -bool initRoomBuffer(void); +bool initRoomBuffer(); -void freeRoomBuffer(void); +void freeRoomBuffer(); void allocRoom(void **Ptr, uint16 Size, uint16 RoomNum); |