2020-01-01 20:24:46 -05:00
|
|
|
#pragma once
|
|
|
|
|
|
2020-04-18 00:18:20 -04:00
|
|
|
#include "VirtualDirectory.h"
|
|
|
|
|
|
|
|
|
|
#include <stdint.h>
|
2020-01-01 20:24:46 -05:00
|
|
|
|
|
|
|
|
namespace PLSysCalls
|
2020-04-18 00:18:20 -04:00
|
|
|
{
|
2020-01-01 20:24:46 -05:00
|
|
|
void Sleep(uint32_t ticks);
|
|
|
|
|
}
|