projects
/
proxmark3-svn
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
small text adjustments plus...
[proxmark3-svn]
/
liblua
/
lua.hpp
Commit
Line
Data
ba8b5c17
1
// lua.hpp
2
// Lua header files for C++
3
// <<extern "C">> not supplied automatically because Lua also compiles as C++
4
5
extern "C" {
6
#include "lua.h"
7
#include "lualib.h"
8
#include "lauxlib.h"
9
}
Impressum
,
Datenschutz