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

6 lines
54 B
C++

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