Imported platform_displacement module
This commit is contained in:
+4
-1
@@ -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 );
|
||||
Reference in New Issue
Block a user