This commit is contained in:
ProgramSnail 2021-04-04 17:09:42 +03:00
parent 98b8d3cebb
commit eea91417c9
5 changed files with 72 additions and 9 deletions

View file

@ -0,0 +1,10 @@
#include "draw.hpp"
#include "game_draw.hpp"
namespace game_draw {
void draw() {
std::size_t width;
std::size_t height;
}
}