project_files/hwc/rtl/GL.h
author nemo
Mon, 11 Aug 2014 08:31:57 -0400
changeset 10376 e8c933a00f97
parent 7991 1e5da73a3149
child 11798 80fe306460b2
permissions -rw-r--r--
text visibility "fix"

#pragma once

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