Guest User

PSP Lua lua_lib.h

a guest
Feb 12th, 2017
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.14 KB | None | 0 0
  1. #ifndef LUA_LIB_H
  2. #define LUA_LIB_H
  3.  
  4. #include "lua.h"
  5. #include "lualib.h"
  6. #include "lauxlib.h"
  7.  
  8. lua_State* lua_lib_newstate();
  9.  
  10. #endif
Add Comment
Please, Sign In to add comment