cleanup Canvas

This commit is contained in:
scawful
2024-07-19 10:41:21 -04:00
parent 2ff79816ee
commit aad061ef65
2 changed files with 67 additions and 84 deletions

View File

@@ -102,7 +102,6 @@ class Canvas {
void DrawSelectRect(int current_map, int tile_size = 0x10,
float scale = 1.0f);
void DrawSelectRectTile16(int current_map);
void DrawRect(int x, int y, int w, int h, ImVec4 color);