Add support for SDL2

This commit is contained in:
Anonymous Maarten
2018-08-08 19:55:45 +02:00
parent 75dbb7e67e
commit 86571b650b
8 changed files with 511 additions and 16 deletions

View File

@@ -1,3 +1,5 @@
#ifndef LIBRW_SDL2
#include <rw.h>
#include "skeleton.h"
@@ -257,3 +259,4 @@ SetMousePosition(int x, int y)
}
#endif
#endif