project_files/hwc/rtl/GL.h
author antonc27 <antonc27@mail.ru>
Sun, 16 Aug 2015 02:32:03 +0200
branchios-revival
changeset 11135 b34c0e2b546a
parent 7991 1e5da73a3149
child 11798 80fe306460b2
permissions -rw-r--r--
- Fix for 'hold for delete' for cells in teams table

#pragma once

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