project_files/hwc/rtl/GL.h
author mikade <redgrinner@gmail.com>
Sat, 09 May 2015 14:30:01 +0900
changeset 10940 096be1230a46
parent 7991 1e5da73a3149
child 11793 80fe306460b2
permissions -rw-r--r--
Added param for rounds in techracer. Also some support for hand-drawn map placed stuff.

#pragma once

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