mirror of
https://github.com/a0rtega/pafish
synced 2024-11-22 06:11:18 +03:00
30 lines
416 B
C
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
|