Refactor start

This commit is contained in:
RochesterX
2026-01-28 10:48:41 -05:00
parent d36115878b
commit 23877f7a3f
8 changed files with 48 additions and 198 deletions

13
include/renderer.hpp Normal file
View File

@@ -0,0 +1,13 @@
#ifndef RENDERER_H
#define RENDERER_H
#include "object.hpp"
class Renderer {
public:
};
#endif