project_files/hwc/rtl/GL.h
author koda
Sun, 15 Nov 2015 22:16:42 +0100
changeset 11399 0b56c86298e4
parent 7991 1e5da73a3149
child 11798 80fe306460b2
permissions -rw-r--r--
Removed tag fab746a3597e

#pragma once

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