application scaffolding

This commit is contained in:
2026-04-10 22:12:25 -05:00
parent a7333861b4
commit f8f103e5e9
8 changed files with 102 additions and 1 deletions

15
src/app/Window.hpp Normal file
View File

@@ -0,0 +1,15 @@
#pragma once
class Window {
public:
Window();
~Window() = default;
private:
};