topaz/platform.h
2025-11-01 16:23:17 +01:00

6 lines
88 B
C

#ifndef PLATFORM_H
#define PLATFORM_H
int platform_run(int argc, char **argv);
#endif