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

View File

@@ -1,5 +1,5 @@
#pragma once
#include <SDL.h>
#include <SDL2/SDL.h>
void debug_init(unsigned char* mem, const bool window_shown = false);
void debug_update(const bool force = true);