repo.or.cz
/
sdlbotor.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Screenshots with F9.
[sdlbotor.git]
/
luainclude.h
blob
16165c34ca2a3ad98effc59eb08b675cecd43d38
1
#ifndef LUAINCLUDE_H
2
#define LUAINCLUDE_H
3
4
extern
"C"
{
5
6
#include <lua.h>
7
#include <lualib.h>
8
#include <lauxlib.h>
9
10
}
11
12
#endif
13