topaz/platform.h
2025-11-01 16:32:49 +01:00

7 lines
135 B
C

#ifndef PLATFORM_H
#define PLATFORM_H
/* Check out gl/platform.c or vk/platform.c */
int platform_run(int argc, char **argv);
#endif