This repository has been archived on 2022-10-27. You can view files and clone it, but cannot push or open issues or pull requests.
InfinitShoot/hazel/pch.h

18 lines
252 B
C

#ifndef __HAZEL_PCH_H__
#define __HAZEL_PCH_H__
#define GLFW_INCLUDE_NONE
#include "GLFW/glfw3.h"
#include "stb_image.h"
#include <stdlib.h>
#include <math.h>
#include <stdio.h>
#include "log.h"
#include "glhelper.h"
#include "dllexport.h"
#endif