Files
Diddy-Kong-Racing/generate_ctx.sh
T

5 lines
145 B
Bash
Executable File

#!/bin/bash
find include/ src/ -type f -name "*.h" | sed -e 's/.*/#include "\0"/' > ctx_includes.c
python3 tools/python/m2ctx.py ctx_includes.c