summaryrefslogtreecommitdiff
path: root/core/compatibility.h
blob: a339d400035381d57e269aa5d51a6b1ddc04c182 (plain)
1
2
3
4
5
6
7
8
#ifndef COMPATIBILITY_H_INCLUDED
#define COMPATIBILITY_H_INCLUDED

#ifdef _WIN32
void sleep(int i);
#endif

#endif // COMPATIBILITY_H_INCLUDED