add yaze_check_version and core::CheckVersion

This commit is contained in:
scawful
2024-08-10 21:32:16 -04:00
parent caa89ed62d
commit e885c65b6c
4 changed files with 29 additions and 0 deletions

View File

@@ -64,6 +64,8 @@ struct yaze_flags {
z3_rom* rom;
};
void yaze_check_version(const char* version);
/**
* @brief Initialize the Yaze library.
*