aboutsummaryrefslogtreecommitdiff
path: root/mp/src/public/togl/glfuncs.inl
blob: dafd0949cca7f52ba6100ab87d32f1ab542c3093 (plain) (blame)
1
2
3
4
5
6
7
#if defined(LINUX) || defined(_WIN32)
#include "togl/linuxwin/glfuncs.h"
#endif
#if defined(OSX)
#include "togl/osx/glfuncs.h"
#endif