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;
|
typedef struct Dialog Dialog;
|
||||||
|
|
||||||
#include "game.h"
|
#include "game.h"
|
||||||
|
#include "options.h"
|
||||||
|
|
||||||
#define DIALOG_OUTER_RECTANGLE (Rectangle) { 200, 200, 1000, 500 }
|
#define DIALOG_OUTER_RECTANGLE (Rectangle) { 200, 200, 1000, 500 }
|
||||||
#define DIALOG_INNER_RECTANGLE (Rectangle) { 220, 220, 960, 460 }
|
#define DIALOG_INNER_RECTANGLE (Rectangle) { 220, 220, 960, 460 }
|
||||||
|
@ -33,5 +33,6 @@ void load_options_from_game(Game *g);
|
|||||||
void save_options_to_game(Game *g);
|
void save_options_to_game(Game *g);
|
||||||
void options_handle_input(Game *g);
|
void options_handle_input(Game *g);
|
||||||
void options_draw(Game *g);
|
void options_draw(Game *g);
|
||||||
|
void DrawTextCentered(char *text, int center_x, int y, int point, Color color);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user