commit | 134e08005a1754ebb32f1692cfc5e928992472f6 | [log] [tgz] |
---|---|---|
author | Corentin Wallez <cwallez@chromium.org> | Mon Jul 17 17:13:57 2017 -0400 |
committer | Corentin Wallez <corentin@wallez.net> | Tue Jul 18 11:06:54 2017 -0400 |
tree | 757b26a86be0ccf40709d7f442f916b6d7684628 | |
parent | 2fbda87caf9d37e55d0b22ca00fad5fd8c9e6f64 [diff] [blame] |
Move USleep to utils/
diff --git a/examples/HelloTriangle.cpp b/examples/HelloTriangle.cpp index 3a73242..c5335b5 100644 --- a/examples/HelloTriangle.cpp +++ b/examples/HelloTriangle.cpp
@@ -15,6 +15,7 @@ #include "SampleUtils.h" #include "utils/NXTHelpers.h" +#include "utils/SystemUtils.h" #include <vector> @@ -166,7 +167,7 @@ while (!ShouldQuit()) { frame(); - USleep(16000); + utils::USleep(16000); } // TODO release stuff