趣味で作ってるロボット用ソフトウェア
Main Page
Related Pages
Classes
Files
Examples
File List
File Members
All
Classes
Files
Functions
Enumerations
Enumerator
Friends
Pages
lib
luabind
luabind_initializer.h
Go to the documentation of this file.
1
#ifndef HRK_LUABIND_INITIALIZER_H
2
#define HRK_LUABIND_INITIALIZER_H
3
9
#include <cstddef>
10
11
struct
lua_State;
12
13
14
namespace
hrk
15
{
17
extern
lua_State* luabind_initializer(lua_State* lua = NULL);
18
extern
lua_State* luabind_initializer(
int
argc,
char
*argv[]);
19
}
20
21
#endif
Generated on Tue Oct 24 2017 04:56:04 for 趣味で作ってるロボット用ソフトウェア by
1.8.6