]> git.lizzy.rs Git - dragonblocks_alpha.git/blob - src/client/game.h
Add status message
[dragonblocks_alpha.git] / src / client / game.h
1 #ifndef _GAME_H_
2 #define _GAME_H_
3
4 #include "client/client.h"
5
6 bool game(Client *client);
7 char *take_screenshot();
8 void game_on_resize(int width, int height);
9
10 #endif