libSDL2pp/tests/header_sdl.cc
2014-02-11 06:15:01 +04:00

6 lines
52 B
C++

#include <SDL2pp/SDL.hh>
int main() {
return 0;
}