GCC ready. Removed VS Project. Removed stb_image

This commit is contained in:
2021-04-15 18:30:49 +02:00
parent 87f1526ee5
commit fed8dc01f9
13 changed files with 207 additions and 7076 deletions

2
vm.cpp
View File

@@ -4,7 +4,7 @@
#include "parser.h"
#include "error.h"
#include "constants.h"
#include <SDL.h> // For SDL_Delay
#include <SDL2/SDL.h> // For SDL_Delay
#define MAX_EXTERNAL_CALLS 256
#define MAX_DATA_STACK 256