Moved config.toy into assets
This commit is contained in:
+1
-1
@@ -89,7 +89,7 @@ void unloadPlayerData(PlayerData player) {
|
|||||||
int main() {
|
int main() {
|
||||||
//example Toy controlling the window stuff
|
//example Toy controlling the window stuff
|
||||||
int size = 0;
|
int size = 0;
|
||||||
const char* source = (char*)readFile("config.toy", &size);
|
const char* source = (char*)readFile("assets/config.toy", &size);
|
||||||
|
|
||||||
if (!source) {
|
if (!source) {
|
||||||
fprintf(stderr, "File read error: %d\n", size);
|
fprintf(stderr, "File read error: %d\n", size);
|
||||||
|
|||||||
Reference in New Issue
Block a user