include glfw and glew in pch?

This commit is contained in:
2025-03-17 10:21:31 -05:00
parent c05d24ce88
commit 9a15793926
3 changed files with 7 additions and 7 deletions

View File

@@ -1,8 +1,8 @@
#ifndef ARCHIMEDES_H
#define ARCHIMEDES_H
#include "../src/Module.h"
#include "../src/GuiModule.h"
#include "../src/App.h"
#include "Module.h"
#include "GuiModule.h"
#include "App.h"
#endif