1
0
mirror of https://github.com/falk-werner/webfuse synced 2024-10-27 20:34:10 +00:00
falk-werner_webfuse/test/msleep.hpp

13 lines
129 B
C++
Raw Normal View History

2019-02-13 19:49:05 +00:00
#ifndef _WSFS_TEST_MSLEEP_HPP
#define _WSFS_TEST_MSLEEP_HPP
namespace wsfs_test
{
extern void msleep(long millis);
}
#endif