project_files/hwc/rtl/GL.h
author nemo
Sat, 01 Mar 2014 13:41:19 -0500
changeset 10166 4be4a3302ff8
parent 7991 1e5da73a3149
child 11793 80fe306460b2
permissions -rw-r--r--
pass --prefix to previews too

#pragma once

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