Fix C99 error on Mac (fake operating system)
This commit is contained in:
parent
65c31824fc
commit
57d9a0b227
1
dialog.h
1
dialog.h
@ -14,6 +14,7 @@ typedef struct DialogOption DialogOption;
|
||||
typedef struct Dialog Dialog;
|
||||
|
||||
#include "game.h"
|
||||
#include "options.h"
|
||||
|
||||
#define DIALOG_OUTER_RECTANGLE (Rectangle) { 200, 200, 1000, 500 }
|
||||
#define DIALOG_INNER_RECTANGLE (Rectangle) { 220, 220, 960, 460 }
|
||||
|
Loading…
Reference in New Issue
Block a user