]> git.sesse.net Git - movit/blobdiff - gtest_sdl_main.cpp
Remove the finalize() member function from Input.
[movit] / gtest_sdl_main.cpp
index 8a2fa9eafa5eca6ac2fe044932dabc3c74f94602..39027e6be3246f75fae37a09d333859920ff539b 100644 (file)
@@ -1,4 +1,11 @@
+#define GTEST_HAS_EXCEPTIONS 0
+
 #include <SDL/SDL.h>
+#include <SDL/SDL_error.h>
+#include <SDL/SDL_video.h>
+#include <stdio.h>
+#include <stdlib.h>
+
 #include "gtest/gtest.h"
 
 int main(int argc, char **argv) {