summaryrefslogtreecommitdiffhomepage
path: root/compat/sleep.hpp
blob: 9419b36b4239a377562f821176a93c75948c90db (plain)
1
2
3
4
5
6
7
#pragma once

#include "export.hpp"

namespace portable {
    OTR_COMPAT_EXPORT void sleep(int milliseconds);
}