project_files/hwc/rtl/GL.h
author mikade <redgrinner@gmail.com>
Thu, 11 Dec 2014 20:38:03 +0900
changeset 10655 1c85a442bd56
parent 7991 1e5da73a3149
child 11793 80fe306460b2
permissions -rw-r--r--
Wuzzy's changes to stats for some of the training missions.

#pragma once

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