project_files/hwc/rtl/GL.h
author nemo
Sun, 04 Oct 2015 16:30:55 -0400
changeset 11201 8e0e3b79efa3
parent 7991 1e5da73a3149
child 11798 80fe306460b2
permissions -rw-r--r--
Avoid waiting past end of turn for smine.

#pragma once

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