mirror of
https://github.com/izzy2lost/Ghostship.git
synced 2026-06-19 01:17:03 -07:00
Merge pull request #10 from inspectredc/fix-interpolate-includes
Adds interpolate function includes
This commit is contained in:
@@ -503,6 +503,9 @@ extern void osMapTLB(int32_t a, uint32_t b, void* c, uint32_t d, uint32_t e, uin
|
||||
|
||||
// Interpolation
|
||||
|
||||
extern void *vec3s_copy(Vec3s dest, Vec3s src);
|
||||
extern void interpolate_vectors(Vec3f res, Vec3f a, Vec3f b);
|
||||
extern void interpolate_vectors_s16(Vec3s res, Vec3s a, Vec3s b);
|
||||
extern void mtx_patch_interpolated(void);
|
||||
extern void patch_screen_transition_interpolated(void);
|
||||
extern void patch_title_screen_scales(void);
|
||||
|
||||
Reference in New Issue
Block a user