Initial commit with hacked up sm64 decomp source

This commit is contained in:
jaburns
2020-10-08 15:59:06 -06:00
parent 90437c5db3
commit 107a12030a
71 changed files with 33419 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
#pragma once
#include "../libsm64.h"
#include "../include/types.h"
struct Surface **surface_load_from_collision_data( const s16 *data, size_t *numSurfaces );
void surface_load_for_libsm64( const struct SM64Surface *surfaceArray, size_t numSurfaces );