Forgot the declaration
This commit is contained in:
parent
621760b453
commit
25e266d430
1 changed files with 2 additions and 0 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in a new issue