This commit is contained in:
2025-03-22 01:45:25 -05:00
parent 8e81cd81dc
commit 4bd2d6908e
8 changed files with 46 additions and 27 deletions

View File

@@ -18,7 +18,7 @@ namespace Archimedes {
void getSize(int&, int&);
auto getWindow() { return w; }
GLFWwindow* getWindow() { return w; }
private:
GLFWwindow* w;