mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-20 01:08:15 +01:00
7 lines
78 B
C
7 lines
78 B
C
#ifndef PLATFORM_PLATFORM_H
|
|
#define PLATFORM_PLATFORM_H
|
|
|
|
void boot();
|
|
|
|
#endif
|