project_files/hwc/rtl/GL.h
author unc0rr
Thu, 20 Mar 2014 17:14:25 +0400
changeset 10209 76316652ef26
parent 7991 1e5da73a3149
child 11798 80fe306460b2
permissions -rw-r--r--
Fix warnings

#pragma once

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