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,5 @@
#pragma once
namespace game_draw {
void draw();
}