diff options
Diffstat (limited to 'game.h')
| -rw-r--r-- | game.h | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -2,9 +2,15 @@ #include <stddef.h> #include <stdint.h> +#ifndef GAME_H +#define GAME_H + typedef struct decoded_image { size_t width; size_t height; uint32_t *buf; size_t buf_size; } decoded_image; + +#endif // GAME_H + |
