aboutsummaryrefslogtreecommitdiff
path: root/src/PlatformOGL.h
blob: bc0478072c4227239b1b935add0713e6003b4060 (plain)
1
2
3
4
5
6
7
8
9
#ifndef PLATFORMOGL_H
#define PLATFORMOGL_H

// if you don't wanna use glad for your platform
// add your header here!

#include "frontend/glad/glad.h"

#endif