Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Datasets:
nttl050611
/
GTASA
like
0
Dataset card
Files
Files and versions
xet
Community
main
GTASA
/
moonloader
/
luajit
/
inc
/
lua.hpp
nttl050611
Upload 2089 files
d7c5875
verified
about 1 month ago
Raw
Download with hf CLI
Copy download link
History
Blame
Contribute
Delete
Safe
135 Bytes
// C++ wrapper for LuaJIT header files.
extern
"C"
{
#
include
"lua.h"
#
include
"lauxlib.h"
#
include
"lualib.h"
#
include
"luajit.h"
}