aboutsummaryrefslogtreecommitdiff
path: root/backends/sdl/sdl-common.h
diff options
context:
space:
mode:
Diffstat (limited to 'backends/sdl/sdl-common.h')
-rw-r--r--backends/sdl/sdl-common.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/backends/sdl/sdl-common.h b/backends/sdl/sdl-common.h
index e0d4d37a28..0bb63a961c 100644
--- a/backends/sdl/sdl-common.h
+++ b/backends/sdl/sdl-common.h
@@ -57,29 +57,29 @@ public:
// backend of the mouse cursor's current position, this function
// actually moves the cursor to the specified position.
void warp_mouse(int x, int y);
-
+
// Set the bitmap that's used when drawing the cursor.
void set_mouse_cursor(const byte *buf, uint w, uint h, int hotspot_x, int hotspot_y);
-
+
// Shaking is used in SCUMM. Set current shake position.
void set_shake_pos(int shake_pos);
-
+
// Get the number of milliseconds since the program was started.
uint32 get_msecs();
-
+
// Delay for a specified amount of milliseconds
void delay_msecs(uint msecs);
-
+
// Create a thread
void *create_thread(ThreadProc *proc, void *param);
-
+
// Get the next event.
// Returns true if an event was retrieved.
bool poll_event(Event *event);
-
+
// Set function that generates samples
bool set_sound_proc(void *param, SoundProc *proc, byte sound);
-
+
// Poll CD status
// Returns true if cd audio is playing
bool poll_cdrom();
@@ -183,7 +183,7 @@ protected:
// joystick
SDL_Joystick *_joystick;
-
+
bool _mouseVisible;
bool _mouseDrawn;
byte *_mouseData;