Move documentation from implementations to declarations. (#2858)
This commit is contained in:
parent
b853559573
commit
ba161f623e
10 changed files with 30 additions and 25 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue