lua.hpp: Forward-declare keyboard::key
This commit is contained in:
parent
29ee02309b
commit
b601b18bf6
1 changed files with 5 additions and 1 deletions
|
@ -6,9 +6,13 @@
|
|||
#include "core/controllerframe.hpp"
|
||||
#include "library/movie.hpp"
|
||||
#include "library/framebuffer.hpp"
|
||||
#include "library/keyboard.hpp"
|
||||
#include "library/lua-framebuffer.hpp"
|
||||
|
||||
namespace keyboard
|
||||
{
|
||||
class key;
|
||||
}
|
||||
|
||||
void init_lua() throw();
|
||||
void quit_lua() throw();
|
||||
void lua_callback_do_paint(struct lua::render_context* ctx, bool non_synthethic) throw();
|
||||
|
|
Loading…
Add table
Reference in a new issue