![]() |
Super Mario 64 Source
A Super Mario 64 decompilation, brought to you by a bunch of clever folks.
|
#include <save_file.h>
Data Fields | |
u8 | capLevel |
u8 | capArea |
Vec3s | capPos |
u32 | flags |
u8 | courseStars [COURSE_COUNT] |
u8 | courseCoinScores [COURSE_STAGES_COUNT] |
struct SaveBlockSignature | signature |
u8 SaveFile::capArea |
u8 SaveFile::capLevel |
Vec3s SaveFile::capPos |
u8 SaveFile::courseCoinScores[COURSE_STAGES_COUNT] |
u8 SaveFile::courseStars[COURSE_COUNT] |
u32 SaveFile::flags |
struct SaveBlockSignature SaveFile::signature |