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

#include <lua.h>

void setup_gl(lua_State *L, int honey_index);
void setup_window(lua_State *L, int honey_index);

#endif