From 1ee65390cd634ba9b432843f11d51cdff0401320 Mon Sep 17 00:00:00 2001 From: Paweł Kołodziejski Date: Sat, 21 Feb 2009 16:08:04 +0000 Subject: formating svn-id: r38705 --- engines/sci/include/sfx_timer.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'engines/sci/include/sfx_timer.h') diff --git a/engines/sci/include/sfx_timer.h b/engines/sci/include/sfx_timer.h index 6342503121..3f75777199 100644 --- a/engines/sci/include/sfx_timer.h +++ b/engines/sci/include/sfx_timer.h @@ -33,8 +33,7 @@ namespace Sci { typedef struct { int delay_ms; /* Approximate delay (in milliseconds) between calls */ - int - (*init)(void (*callback)(void *data), void *data); + int (*init)(void (*callback)(void *data), void *data); /* Initializes the timer ** Parameters: (void* -> void) callback: ** 'data' must contain the next argument: @@ -44,8 +43,7 @@ typedef struct { ** This function is called exactly once (provided that the timer is used at all). */ - int - (*exit)(void); + int (*exit)(void); /* Stops the timer ** Returns : (int) SFX_OK on success, SFX_ERROR on failure ** All resources allocated with the timer should be freed as an effect -- cgit v1.2.3