#ifndef COMPATIBILITY_H_INCLUDED #define COMPATIBILITY_H_INCLUDED #ifdef _WIN32 void sleep(int i); #endif #endif // COMPATIBILITY_H_INCLUDED