summaryrefslogtreecommitdiff
path: root/src/gl/gl.h
blob: f384c54dc12b4839f91779e59fef2c66f5b25510 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef HONEY_GL_H
#define HONEY_GL_H

#include <lua.h>

void setup_gl(lua_State *L, int honey_index);
void setup_shader(lua_State *L, int gl_index);
void setup_drawing(lua_State *L, int gl_index);

void setup_window(lua_State *L, int honey_index);

#endif