Working HTML5 version
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user