c/raylib demo

This commit is contained in:
xushiwei
2024-06-24 22:37:53 +08:00
parent 5dce677091
commit cc530e3446
5 changed files with 123 additions and 3 deletions

2
chore/_xtool/astdump/build.sh Executable file
View File

@@ -0,0 +1,2 @@
export LLVM_DIR=/opt/homebrew/Cellar/llvm@17/17.0.6
clang -L$LLVM_DIR/lib -lclang -lc++ -I$LLVM_DIR/include astdump.cpp