project_files/hwc/rtl/GL.h
author nemo
Mon, 03 Dec 2018 12:43:39 -0500
branch0.9.22
changeset 14366 21d556cddf93
parent 7991 1e5da73a3149
child 11798 80fe306460b2
permissions -rw-r--r--
close 0.9.22

#pragma once

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