#ifndef __HAZEL_PCH_H__ #define __HAZEL_PCH_H__ #define GLFW_INCLUDE_NONE #include "GLFW/glfw3.h" #include "stb_image.h" #include #include #include #include "log.h" #include "glhelper.h" #include "dllexport.h" #endif