repo.or.cz
/
luajit-2.0.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Update changelog.
[luajit-2.0.git]
/
src
/
lua.hpp
blob
07e9002dc5a3e19a8afad2b0e3fe209a59e7eeb0
1
// C++ wrapper for LuaJIT header files.
2
3
extern
"C"
{
4
#include
"lua.h"
5
#include
"lauxlib.h"
6
#include
"lualib.h"
7
#include
"luajit.h"
8
}
9