add yaze_load_project

This commit is contained in:
scawful
2024-08-09 01:54:21 -04:00
parent ef4f150470
commit 6523844eac
3 changed files with 12 additions and 1 deletions

View File

@@ -49,6 +49,8 @@ struct yaze_project {
z3_overworld* overworld;
};
yaze_project* yaze_load_project(const char* filename);
/**
* @brief Primitive of a Zelda3 ROM.
*/