Imported platform_displacement module

This commit is contained in:
jaburns
2020-10-18 16:53:33 -06:00
parent bec7b8399c
commit d6869af30e
9 changed files with 333 additions and 27 deletions
+4 -1
View File
@@ -5,5 +5,8 @@
extern struct Surface *loaded_surface_get_at_index( uint32_t index );
extern uint32_t loaded_surface_get_count();
extern void update_dynamic_surface_list( void );
extern void surfaces_load_static_libsm64( const struct SM64Surface *surfaceArray, uint32_t numSurfaces );
extern uint32_t surfaces_load_object( const struct SM64SurfaceObject *surfaceObject );
extern uint32_t surfaces_load_object( const struct SM64SurfaceObject *surfaceObject );
extern void surface_object_update_transform( uint32_t objId, const struct SM64ObjectTransform *newTransform );
extern void surfaces_unload_all( void );