1
0
mirror of https://github.com/alliedmodders/hl2sdk.git synced 2024-12-23 01:59:43 +08:00
hl2sdk/public/togl/glfuncs.inl
Joe Ludwig 0e42951d44 * Added support for building shaders in your mod
* Added nav mesh support
* fixed many warnings and misc bugs
* Fixed the create*projects scripts in mp
* Added a bunch of stuff to .gitignore
2013-07-17 18:26:59 -07:00

8 lines
142 B
C++

#if defined(LINUX) || defined(_WIN32)
#include "togl/linuxwin/glfuncs.h"
#endif
#if defined(OSX)
#include "togl/osx/glfuncs.h"
#endif