Engine now builds under MSVC

This commit is contained in:
2023-02-16 22:05:48 +00:00
parent 57b545e517
commit b59bb18ce2
8 changed files with 378 additions and 14 deletions

View File

@@ -10,6 +10,8 @@
#include "lib_runner.h"
#include <stdio.h>
//errors here should be fatal
static void fatalError(char* message) {
fprintf(stderr, TOY_CC_ERROR "%s" TOY_CC_RESET, message);