0 Members and 1 Guest are viewing this topic.
#include <SFML/System.hpp>int main(){ sf::AClock Clock; //Do something with clock return 0;}
Why do you want to do that?
You should really not do this. Just create your own library.
Quote from: "Laurent"You should really not do this. Just create your own library.Yeah, I might do that if things starts to mess up. However this works pretty well right now and I think I'm gonna keep it this way (for now).