project_files/hwc/rtl/GL.h
author koda
Fri, 25 Mar 2016 10:54:23 -0400
changeset 11618 bc83e11e5ee7
parent 7991 1e5da73a3149
child 11793 80fe306460b2
permissions -rw-r--r--
More compatibility wrappers for video

#pragma once

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