Guest User

Untitled

a guest
Jul 23rd, 2020
31
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.12 KB | None | 0 0
  1. class AssetManager
  2. {
  3. private:
  4.     static std::map<string, sf::Sound> sounds;
  5. public:
  6.     static void playSound(string path);
  7. };
Advertisement
Add Comment
Please, Sign In to add comment