0 Members and 2 Guests are viewing this topic.
sf::Clock -> System.Diagnostics.Stopwatchsf::Time -> System.TimeSpansf::Time.asSeconds() -> TimeSpan.Milliseconds / 1000f
std::size_t -> int
Only nitpicking but,I would say that uint maps better to size_t because size_t is unsigned by definition.