Removed vsstudio project

works on mac
other minor changes
This commit is contained in:
2021-08-24 18:20:48 +02:00
parent f6679961f3
commit fcb1f2a9ee
14 changed files with 43 additions and 242 deletions

4
api.h
View File

@@ -1,9 +1,11 @@
#pragma once
#include <SDL.h>
#include <SDL2/SDL.h>
#include "System.h"
#include <stdlib.h>
#define message_eq(m) strncmp(msg, m, 20)
enum BlendMode { BlendNone, BlendBlend, BlendAdd, BlendMod };
struct Point {