Working HTML5 version

This commit is contained in:
2024-01-29 00:10:31 +01:00
parent 410c3d217e
commit 409d9027ef
11 changed files with 108 additions and 30 deletions

View File

@@ -18,4 +18,8 @@ static Rectangle getCameraBounds(Camera2D camera) {
return bounds;
}
// Implemented in main.c
bool serializeOptions(const char *path, const Options *opts);
bool deserializeOptions(const char *path, Options *optsOut);
#endif //PIXELDEFENSE_UTILS_H