Initial Commit

This commit is contained in:
2025-11-19 22:20:27 +01:00
parent 8dfe2dce9e
commit 2ad6d49511
29 changed files with 8930 additions and 3 deletions

7
source/renderer.cpp Executable file
View File

@@ -0,0 +1,7 @@
#include <amethyst/renderer.hpp>
namespace amy {
Renderer::Renderer() {}
Renderer::~Renderer() {}
} // namespace amy