6 lines
88 B
C
6 lines
88 B
C
#ifndef PLATFORM_H
|
|
#define PLATFORM_H
|
|
|
|
int platform_run(int argc, char **argv);
|
|
|
|
#endif
|