Removed hacky bash script, replaced with proper makefile

This commit is contained in:
jaburns
2020-10-19 12:59:50 -06:00
parent 734a4b86f5
commit 06bc6e7503
8 changed files with 73 additions and 69 deletions
+1
View File
@@ -187,6 +187,7 @@ uint32_t sm64_load_surface_object( const struct SM64SurfaceObject *surfaceObject
void sm64_move_object( uint32_t id, const struct SM64ObjectTransform *transform )
{
surface_object_update_transform( id, transform );
}
void sm64_unload_object( uint32_t id )