Rudimentary approach at water splash effect for badguys
[supertux.git] / mk / msvc / stdint.h
1 #ifndef _STDINT_H
2 #define _STDINT_H
3
4 // SDL config declares most stdint.h stuff...
5 #include <sdl_config_win32.h>
6
7 #endif