Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #pragma once
- #include <string>
- #include "Point2D.h"
- using namespace std;
- class SFMLManager
- {
- public:
- template <class TYPE>
- void updateSpriteByID(char updateType[], int spriteID, TYPE input);
- private:
- };
Advertisement
Add Comment
Please, Sign In to add comment