Move documentation from implementations to declarations. (#2858)

This commit is contained in:
Siddharth singh chouhan 2021-09-13 19:15:38 +05:30 committed by GitHub
commit ba161f623e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 30 additions and 25 deletions

View file

@ -211,10 +211,6 @@ void nthread_ignore_mutex(bool bStart)
sgbThreadIsRunning = bStart;
}
/**
* @brief Checks if it's time for the logic to advance
* @return True if the engine should tick
*/
bool nthread_has_500ms_passed()
{
int currentTickCount = SDL_GetTicks();