diff options
Diffstat (limited to 'libdimension/dimension/texture.h')
-rw-r--r-- | libdimension/dimension/texture.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libdimension/dimension/texture.h b/libdimension/dimension/texture.h index 98e33b8..c30b368 100644 --- a/libdimension/dimension/texture.h +++ b/libdimension/dimension/texture.h @@ -107,6 +107,7 @@ typedef struct { /* Reference count */ unsigned int *refcount; + bool should_init; } dmnsn_texture; dmnsn_texture *dmnsn_new_texture(void); |