mirror of
https://github.com/libsm64/libsm64.git
synced 2025-01-22 15:43:11 -05:00
Rename const
This commit is contained in:
parent
259ce62dea
commit
874202c9af
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ typedef void (*SM64DebugPrintFunctionPtr)( const char * );
|
|||
|
||||
static const size_t SM64_TEXTURE_WIDTH = 64 * 11;
|
||||
static const size_t SM64_TEXTURE_HEIGHT = 64;
|
||||
static const size_t SM64_GEO_BUFFER_SIZE = 1024;
|
||||
static const size_t SM64_GEO_MAX_TRIANGLES = 1024;
|
||||
|
||||
extern void sm64_global_init( uint8_t *rom, uint8_t *outTexture, SM64DebugPrintFunctionPtr debugPrintFunction );
|
||||
extern void sm64_load_surfaces( uint16_t terrainType, const struct SM64Surface *surfaceArray, size_t numSurfaces );
|
||||
|
|
Loading…
Reference in a new issue