diff options
Diffstat (limited to 'include/rodeo_types.h')
| -rw-r--r-- | include/rodeo_types.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/include/rodeo_types.h b/include/rodeo_types.h index 37e87eb..a0d3d4e 100644 --- a/include/rodeo_types.h +++ b/include/rodeo_types.h @@ -20,6 +20,8 @@ typedef struct float y; float z; uint32_t abgr; + float tex_x; + float tex_y; } rodeo_vertex_t; @@ -36,6 +38,12 @@ typedef struct } rodeo_rectangle_t; +typedef struct +{ + uint8_t fill_this_out; +} +rodeo_texture_2d_t; + /// --- String --- // taken from STC library @@ -61,3 +69,5 @@ rodeo_loglevel_t; typedef void (*rodeo_log_function)(rodeo_string_t text); + +typedef rodeo_texture_2d_t* rodeo_texture_2d_p; |
