project_files/hwc/rtl/GL.h
author unc0rr
Tue, 29 Mar 2016 22:00:34 +0300
changeset 11636 b3db79b56f28
parent 7991 1e5da73a3149
child 11798 80fe306460b2
permissions -rw-r--r--
Pass paths to initModule of uPhysFSLayer (as in 4be6cd55f1cf from qmlfrontend branch)

#pragma once

#ifdef __APPLE__
#include <OpenGL/gl.h>
#else
#include "GL/gl.h"
#endif