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.
space-war/pch.hpp

12 lines
196 B
C++

#pragma once
#include "glad/gl.h"
#include "GLFW/glfw3.h"
#include "stb_image.h"
#include <string>
#include <exception>
#include <vector>
#include <iostream>
#include <memory>
#include <fstream>