diff options
Diffstat (limited to 'include/objects.h')
| -rw-r--r-- | include/objects.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/objects.h b/include/objects.h index 95e3739..50cd6f9 100644 --- a/include/objects.h +++ b/include/objects.h @@ -14,6 +14,7 @@ typedef struct t_object { vec2f position; vec3f size; float h; + image* image; } object; typedef struct t_box { |
