diff options
Diffstat (limited to 'engines/sci/include/event.h')
-rw-r--r-- | engines/sci/include/event.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sci/include/event.h b/engines/sci/include/event.h index 8346ce7dee..145bc53d98 100644 --- a/engines/sci/include/event.h +++ b/engines/sci/include/event.h @@ -5,7 +5,7 @@ struct _state; -sci_event_t getEvent (struct _state *s); +sci_event_t getEvent(struct _state *s); /* Returns the next SCI_EV_* event ** Parameters: (struct state *) Current game state ** Returns : (sci_event_t) The next event, which may be any of the |