diff options
author | drumsetmonkey <abelleisle@roadrunner.com> | 2016-01-03 21:46:03 -0500 |
---|---|---|
committer | drumsetmonkey <abelleisle@roadrunner.com> | 2016-01-03 21:46:03 -0500 |
commit | 5c7c99ac5fe1158adbdf0469fb36ddd153511f5d (patch) | |
tree | 1c50bda4f3e4a530fde7f97169dbd52a004d903a /include/ui.h | |
parent | 1ccd85fd022ab5d628c9e26a213e47cf2687fce7 (diff) | |
parent | 272a152b54a198a84f122ab8bedb1019708b7008 (diff) |
shit
Diffstat (limited to 'include/ui.h')
-rw-r--r-- | include/ui.h | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/include/ui.h b/include/ui.h index 5d17c47..6a81dab 100644 --- a/include/ui.h +++ b/include/ui.h @@ -1,3 +1,7 @@ +/** @file ui.h + * @brief Contains functions for handling the user interface. + */ + #ifndef UI_H #define UI_H @@ -12,9 +16,9 @@ namespace ui { - /* - * Contains the coordinates of the mouse in the window. - */ + /** + * Contains the coordinates of the mouse inside the window. + */ extern vec2 mouse; @@ -90,6 +94,7 @@ namespace ui { void toggleWhiteFast(void); void waitForCover(void); + void waitForNothing(unsigned int); } #endif // UI_H |