initial components

This commit is contained in:
Josh Lyon
2025-08-12 23:14:42 -06:00
parent 4e3e4f9aab
commit f6de0ed9f3
9 changed files with 65 additions and 5 deletions

8
include/Graphics.h Normal file
View File

@@ -0,0 +1,8 @@
#pragma once
class Graphics {
public:
Graphics(){}
private:
};