chore: Refactor yaze_test and test_editor for improved organization and readability

This commit is contained in:
scawful
2024-08-25 11:02:37 -04:00
parent c62b2c0913
commit b4f07563a8
4 changed files with 23 additions and 7 deletions

View File

@@ -62,7 +62,7 @@ void yaze_check_version(const char* version);
*
* @param flags Flags to initialize the library.
*/
void yaze_init(yaze_flags*);
int yaze_init(yaze_flags*);
/**
* @brief Clean up the Yaze library.