You've already forked decomp-toolkit
mirror of
https://github.com/encounter/decomp-toolkit.git
synced 2026-03-30 11:06:18 -07:00
b6a29fa910
Example in splits.txt: ``` file1.cpp: order:0 ... file2.cpp: order:1 ... file3.cpp: order:2 ... ``` This ensures that file2.cpp is always anchored in between 1 and 3 when resolving the final link order.