Try new design

This commit is contained in:
Jaby
2023-12-01 23:07:16 -05:00
parent 406749bacc
commit 859043e984
6 changed files with 49 additions and 23 deletions

View File

@@ -30,7 +30,7 @@ namespace object {
color_idx(0) {}
void setup();
bool update();
void update();
void render();
};
}