mirror of
https://github.com/HarbourMasters/SpaghettiKart
synced 2026-06-30 20:11:40 -04:00
5d7cf20c83
* fix error * a lot of change * basic rename of local variable * continue rename and improve Enhancements * re-apply change * revert the remove of dma_texture and fix mtxf_multiplication * more documentation port * some fix * more fix * fix arround * Update torch * fix spelling --------- Co-authored-by: MegaMech <MegaMech@users.noreply.github.com>
10 lines
187 B
C
10 lines
187 B
C
|
|
|
|
#include <libultraship.h>
|
|
#include <common_structs.h>
|
|
|
|
extern Vec4f CurveTargetSpeed[];
|
|
extern Vec4f NormalTargetSpeed[];
|
|
extern Vec4f D_0D0096B8[];
|
|
extern Vec4f OffTrackTargetSpeed[];
|