Merge branch 'development' into LTS_development

This commit is contained in:
Thulinma 2017-07-05 16:44:05 +02:00
commit 650977c089

View file

@ -3,6 +3,7 @@
#pragma once #pragma once
#include <string> #include <string>
#include <stdint.h>
namespace Util { namespace Util {
void wait(int ms); ///< Sleeps for the indicated amount of milliseconds or longer. void wait(int ms); ///< Sleeps for the indicated amount of milliseconds or longer.