Resolved a name clash with the engine

This commit is contained in:
2022-11-07 16:38:39 +00:00
parent 14710dec90
commit 8498864dde
16 changed files with 14 additions and 16 deletions

View File

@@ -1,6 +1,6 @@
#pragma once
#include "common.h"
#include "toy_common.h"
char* readFile(char* path, size_t* fileSize);
void writeFile(char* path, unsigned char* bytes, size_t size);