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

6 lines
56 B
C++

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