Fixed misplaced prebuild step

This commit is contained in:
2023-02-23 03:26:51 +11:00
parent 34c3cbbe8e
commit 5e0268f519
4 changed files with 18 additions and 8 deletions

View File

@@ -2,7 +2,7 @@
#include "toy_common.h"
const char* Toy_readFile(const char* path, size_t* fileSize);
const unsigned char* Toy_readFile(const char* path, size_t* fileSize);
int Toy_writeFile(const char* path, const unsigned char* bytes, size_t size);
const unsigned char* Toy_compileString(const char* source, size_t* size);