Haiku: Add in public GL kit headers
authorAlexander von Gluck IV <kallisti5@unixzen.com>
Sat, 14 Dec 2013 17:46:05 +0000 (11:46 -0600)
committerAlexander von Gluck IV <kallisti5@unixzen.com>
Tue, 17 Dec 2013 00:18:12 +0000 (18:18 -0600)
commit56d920a5c1b64868e77a97604c01d3a63916a6ca
tree53a902ac43b2c6f87075e429869d51bcddf7f299
parentf9cfe5ce82cf49fec5603db42324df40372ee671
Haiku: Add in public GL kit headers

* These make up the base of what C++ GL Haiku applications
  use for 3D rendering.
* Not placed in includes/GL to prevent Haiku headers from
  getting installed on non-Haiku systems.

Acked-by: Brian Paul <brianp@vmware.com>
include/HaikuGL/GLRenderer.h [new file with mode: 0644]
include/HaikuGL/GLView.h [new file with mode: 0644]
include/HaikuGL/OpenGLKit.h [new file with mode: 0644]
include/HaikuGL/README [new file with mode: 0644]