clean up debug

This commit is contained in:
2025-03-22 01:53:10 -05:00
parent 4bd2d6908e
commit 92294c3166
2 changed files with 8 additions and 8 deletions

View File

@@ -13,6 +13,8 @@ namespace Archimedes {
~Renderer() {}
void init() { r.init(); }
void render();
void addRenderCmd(renderCmd* cmd) { rc.push_back(cmd); }