stuf
This commit is contained in:
parent
ea1f4364f1
commit
78868f5b52
13 changed files with 267 additions and 10 deletions
|
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
folders=("engine/src" "lib/raylib/include" "lib/tiny/inc")
|
||||
names=("enginend" "raylib" "tiny")
|
||||
folders=("engine/src" "lib/raylib/include" "lib/tiny/inc" "lib/luajit/inc")
|
||||
names=("enginend" "raylib" "tiny" "luajit")
|
||||
outdir="include"
|
||||
types=("h" "hpp")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue