Refactoring structs Part 1
This commit is contained in:
@ -13,7 +13,4 @@
|
||||
typedef struct {
|
||||
/** Resolution (in pixels) */
|
||||
int32_t width, height;
|
||||
} render_t;
|
||||
|
||||
/** Current render state */
|
||||
extern render_t RENDER_STATE;
|
||||
} render_t;
|
Reference in New Issue
Block a user