rts_game_backend/src/out_api/game_draw.cpp

10 lines
161 B
C++
Raw Normal View History

2021-04-04 17:09:42 +03:00
#include "draw.hpp"
#include "game_draw.hpp"
namespace game_draw {
void draw() {
std::size_t width;
std::size_t height;
}
}