Move USleep to utils/

This commit is contained in:
Corentin Wallez
2017-07-17 17:13:57 -04:00
committed by Corentin Wallez
parent 2fbda87caf
commit 134e08005a
19 changed files with 94 additions and 37 deletions

View File

@@ -17,7 +17,6 @@
bool InitSample(int argc, const char** argv);
void DoSwapBuffers();
bool ShouldQuit();
void USleep(uint64_t usecs);
struct GLFWwindow;
struct GLFWwindow* GetGLFWWindow();