29#if !defined(LUTOK_STATE_IPP)
30#define LUTOK_STATE_IPP
32#include <lutok/state.hpp>
44template<
typename Type >
57template<
typename Type >
Type * to_userdata(const int)
Wrapper around lua_touserdata.
Definition state.ipp:59
void * to_userdata_voidp(const int)
Wrapper around lua_touserdata.
Definition state.cpp:856
void * new_userdata_voidp(const size_t)
Wrapper around lua_newuserdata.
Definition state.cpp:538
Type * new_userdata(void)
Wrapper around lua_newuserdata.
Definition state.ipp:46