Forgot the declaration

This commit is contained in:
Thomas Muller 2021-08-03 23:09:55 -04:00
parent 621760b453
commit 25e266d430
Signed by: thomas
GPG key ID: AF006EB730564952

View file

@ -24,6 +24,8 @@ class Render {
void fill_rectangle(Vector2<int> end, Color color = {0, 0, 0});
void fill_rectangle_sz(Vector2<int> size, Color color = {0, 0, 0});
void draw_lines(std::vector<Vector2<float>> points, Color color = {0, 0, 0});
void set_camera_pos(Vector2<int> camera_pos);
Vector2<int> camera_pos();