mirror of
https://github.com/Starpelly/raylib-beef.git
synced 2025-06-14 01:24:08 +02:00
Initial commit
This commit is contained in:
commit
b49ad727ee
93 changed files with 57538 additions and 0 deletions
9
raylib-api/index.js
Normal file
9
raylib-api/index.js
Normal file
|
@ -0,0 +1,9 @@
|
|||
module.exports = {
|
||||
raylib: require('./raylib.json'),
|
||||
raymath: require('./raymath.json'),
|
||||
rlgl: require('./rlgl.json'),
|
||||
rmem: require('./rmem.json'),
|
||||
reasings: require('./reasings.json'),
|
||||
raygui: require('./raygui.json'),
|
||||
rres: require('./rres.json')
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue