project_files/hwc/rtl/GL.h
author antonc27 <antonc27@mail.ru>
Thu, 10 Sep 2015 17:47:01 +0200
branchios-revival
changeset 11149 c150602921ef
parent 7991 1e5da73a3149
child 11798 80fe306460b2
permissions -rw-r--r--
- ifdef for engine exit/halt

#pragma once

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