diff options
Diffstat (limited to 'src/platform.h')
| -rw-r--r-- | src/platform.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/platform.h b/src/platform.h index dc013e1..22984c9 100644 --- a/src/platform.h +++ b/src/platform.h @@ -160,6 +160,8 @@ typedef enum t_cursor_type {
CURSOR_DEFAULT,
CURSOR_POINTER,
+ CURSOR_TEXT,
+ CURSOR_DRAG,
} cursor_type;
typedef struct t_vec2
@@ -269,4 +271,7 @@ s32 string_to_s32(char *str); s16 string_to_s16(char *str);
s8 string_to_s8(char *str);
+s8 string_to_f32(char *str);
+s8 string_to_f64(char *str);
+
#endif
\ No newline at end of file |
