diff options
| author | Aldrik Ramaekers <aldrik.ramaekers@protonmail.com> | 2020-07-08 15:37:06 +0200 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrik.ramaekers@protonmail.com> | 2020-07-08 15:37:06 +0200 |
| commit | 50fb0ac29de925b6e09ec8706c051e4b08591711 (patch) | |
| tree | 8cbebb7c58fd2b6b67baa4daa5f5fad0dce0a193 /src/platform.h | |
| parent | f1bd73daef31903e4c8229c4df109831f54f2915 (diff) | |
automated commit
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 |
