works on mac other minor changes
@@ -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 {
The note is not visible to the blocked user.