Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- int main(int, char const**)
- {
- //
- // App app = App();
- // app.run();
- //
- sf::Texture tilesetImage;
- if (!tilesetImage.loadFromFile(resourcePath() + "tileset.png"))
- {
- std::cout << "Couldn't load tileset file " << std::endl;
- exit(-1);
- }
- // printResourcePath();
- return EXIT_SUCCESS;
- }
Advertisement
Add Comment
Please, Sign In to add comment