the gui problem^TM

This commit is contained in:
2025-03-21 16:16:25 -05:00
parent 7900def444
commit 6b8861a7fb
15 changed files with 316 additions and 206 deletions

View File

@@ -0,0 +1,8 @@
#include "Renderer.h"
namespace Archimedes {
void Renderer::render() {
r.render(rc, w, h);
}
}