aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/common.h7
-rw-r--r--include/ui.h1
2 files changed, 6 insertions, 2 deletions
diff --git a/include/common.h b/include/common.h
index a99e352..ff8d361 100644
--- a/include/common.h
+++ b/include/common.h
@@ -53,6 +53,11 @@ extern GLuint colorIndex;
*/
typedef struct {
+ int x;
+ int y;
+} ivec2;
+
+typedef struct {
float x;
float y;
} vec2;
@@ -74,7 +79,7 @@ typedef struct {
vec2 end;
} Ray;
-struct col{
+struct col {
float red;
float green;
float blue;
diff --git a/include/ui.h b/include/ui.h
index 6a81ff8..3e4fc8a 100644
--- a/include/ui.h
+++ b/include/ui.h
@@ -186,7 +186,6 @@ namespace ui {
void toggleWhiteFast(void);
void waitForCover(void);
- void waitForNothing(unsigned int);
}
#endif // UI_H