project_files/hwc/rtl/GL.h
author sheepluva
Mon, 02 Nov 2015 06:23:46 +0100
branchgettext
changeset 11172 db1d14179b6c
parent 7991 1e5da73a3149
child 11798 80fe306460b2
permissions -rw-r--r--
silent qm-compile did not play well with out-of-source building

#pragma once

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