mirror of
https://github.com/ProgramSnail/rts_game_backend.git
synced 2026-01-25 12:57:08 +00:00
some fixes
This commit is contained in:
parent
eea91417c9
commit
4f2bfac443
7 changed files with 85 additions and 32 deletions
|
|
@ -1,5 +1,13 @@
|
|||
#include <cstdlib>
|
||||
#include <utility>
|
||||
#pragma once
|
||||
|
||||
namespace game_draw {
|
||||
void draw();
|
||||
}
|
||||
using std::size_t;
|
||||
|
||||
void drawAll();
|
||||
|
||||
void drawMenu(size_t width, size_t height);
|
||||
|
||||
void drawMap(size_t width, size_t height);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue