aboutsummaryrefslogtreecommitdiffstats
path: root/window.h
blob: 3cde3cfa41478d414a42932c55576916f97b0f48 (plain)
1
2
3
4
5
6
#ifndef WINDOW_H
#define WINDOW_H

int create_window(lua_State *L);

#endif /* !WINDOW_H */