From 50fb0ac29de925b6e09ec8706c051e4b08591711 Mon Sep 17 00:00:00 2001 From: Aldrik Ramaekers Date: Wed, 8 Jul 2020 15:37:06 +0200 Subject: automated commit --- src/platform.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/platform.h') 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 -- cgit v1.2.3-70-g09d2