#include <stdio.h> #include <string> class Surface { public: SDL_Surface* loadSurface(std::string path) { SDL_Surface* loadedSurface ...
確定! 回上一頁