1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00
qTox/src/platform.h

14 lines
168 B
C
Raw Normal View History

2014-11-26 20:34:08 +08:00
#ifndef PLATFORM_H
#define PLATFORM_H
#include <sys/types.h>
/* Platform-dependent code */
namespace Platform
{
u_int32_t getIdleTime();
}
#endif // PLATFORM_H