project_files/hwc/rtl/GL.h
author nemo
Thu, 01 Jan 2015 12:43:00 -0500
changeset 10736 5b7cf9fcb47e
parent 7991 1e5da73a3149
child 11798 80fe306460b2
permissions -rw-r--r--
Try to handle negative gravity w/ snow. Still needs to look nicer. Currently causes banding.

#pragma once

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