mirror of
https://github.com/ProgramSnail/rts_game_backend.git
synced 2026-01-25 21:07:08 +00:00
.
This commit is contained in:
parent
98b8d3cebb
commit
eea91417c9
5 changed files with 72 additions and 9 deletions
|
|
@ -0,0 +1,10 @@
|
|||
#include "draw.hpp"
|
||||
#include "game_draw.hpp"
|
||||
|
||||
namespace game_draw {
|
||||
void draw() {
|
||||
std::size_t width;
|
||||
std::size_t height;
|
||||
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue