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

6 lines
55 B
C++

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