Cleaned up surface loading

This commit is contained in:
jaburns
2020-10-17 12:31:21 -06:00
parent 3256cc50c1
commit 735d227928
8 changed files with 176 additions and 415 deletions
+9
View File
@@ -0,0 +1,9 @@
#pragma once
#include "libsm64.h"
extern struct Surface *loaded_surface_get_at_index( uint32_t index );
extern uint32_t loaded_surface_get_count();
extern void surfaces_load_static_libsm64( const struct SM64Surface *surfaceArray, uint32_t numSurfaces );
extern uint32_t surfaces_load_object( const struct SM64SurfaceObject *surfaceObject );