project_files/hwc/rtl/GL.h
author sheepluva
Thu, 30 Apr 2015 21:53:41 +0200
changeset 10920 11a28d22985f
parent 7991 1e5da73a3149
child 11798 80fe306460b2
permissions -rw-r--r--
different implementation for utf-8 char detection/handling

#pragma once

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