You've already forked 2ship2harkinian-Android
mirror of
https://github.com/izzy2lost/2ship2harkinian-Android.git
synced 2026-03-10 11:20:47 -07:00
10 lines
171 B
C
10 lines
171 B
C
#ifndef PR_OS_HOST_H
|
|
#define PR_OS_HOST_H
|
|
|
|
void __osInitialize_common(void);
|
|
void __osInitialize_autodetect(void);
|
|
|
|
#define osInitialize() __osInitialize_common()
|
|
|
|
#endif
|