project_files/hwc/rtl/GL.h
author unc0rr
Mon, 19 May 2014 22:46:02 +0400
changeset 10246 8da91cd7a32a
parent 7991 1e5da73a3149
child 11798 80fe306460b2
permissions -rw-r--r--
Inform frontend of lines which didn't change anything on the map in advanced drawn maps mode

#pragma once

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