Fixed a name clash with the langauge

This commit is contained in:
2022-11-07 16:44:21 +00:00
parent d40234637a
commit 7c886b071f
7 changed files with 11 additions and 10 deletions

View File

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