pafish/pafish/gensandbox.h
2015-12-27 12:25:53 +01:00

30 lines
416 B
C

#ifndef GENSAND_H
#define GENSAND_H
int gensandbox_mouse_act();
int gensandbox_username();
int gensandbox_path();
int gensandbox_common_names();
int gensandbox_drive_size();
int gensandbox_drive_size2();
int gensandbox_sleep_patched();
int gensandbox_one_cpu();
int gensandbox_one_cpu_GetSystemInfo();
int gensandbox_less_than_onegb();
int gensandbox_uptime();
int gensandbox_IsNativeVhdBoot();
#endif