Added Alert function

This commit is contained in:
Tommy X
2015-09-01 20:12:41 -04:00
parent 62b2c76543
commit 77b9243ce8

View File

@@ -32,6 +32,7 @@ namespace lime {
virtual void SetIcon (ImageBuffer *imageBuffer);
virtual bool SetMinimized (bool minimized);
virtual const char* SetTitle (const char* title);
virtual void Alert (int count, int speed, bool stop_on_foreground);
SDL_Window* sdlWindow;
@@ -41,4 +42,4 @@ namespace lime {
}
#endif
#endif