diff src/dmlib.h @ 1557:5e5f75b45f8d

Initial port to SDL2. Many things will not work now.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 13 May 2018 06:00:50 +0300
parents 7ed25973dbcb
children a3023fe79c43
line wrap: on
line diff
--- a/src/dmlib.h	Sun May 13 05:59:42 2018 +0300
+++ b/src/dmlib.h	Sun May 13 06:00:50 2018 +0300
@@ -13,6 +13,7 @@
 #include <SDL_mutex.h>
 #include <SDL_thread.h>
 #include <SDL_video.h>
+#include <SDL_render.h>
 #include <stdio.h>
 #include <stdarg.h>
 #include <stdlib.h>