12 lines
167 B
C
12 lines
167 B
C
|
//
|
||
|
// Created by jie on 2023/10/9.
|
||
|
//
|
||
|
|
||
|
#ifndef LEARNOPENGL_PCH_H
|
||
|
#define LEARNOPENGL_PCH_H
|
||
|
#include "glad/glad.h"
|
||
|
#include "GLFW/glfw3.h"
|
||
|
|
||
|
|
||
|
#endif //LEARNOPENGL_PCH_H
|