ok ok it compiles. commented a lot too so check that out

This commit is contained in:
2026-03-30 07:43:09 -06:00
parent 15bf03097f
commit 0015387d60
9 changed files with 39 additions and 25 deletions

View File

@@ -75,7 +75,7 @@ namespace spider {
/**
* Non-owning reel setup.
*/
void hookReel(InstrReel* reel, bool own = false);
void hookReel(InstrReel* newReel, bool own = false);
};