mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-23 15:50:49 +01:00
7 lines
101 B
C
7 lines
101 B
C
#ifndef ION_DEVICE_PLATFORM_INIT_H
|
|
#define ION_DEVICE_PLATFORM_INIT_H
|
|
|
|
void init_platform();
|
|
|
|
#endif
|