topaz/platform.h

9 lines
179 B
C

/* SPDX-License-Identifier:BSD-3-Clause */
#ifndef PLATFORM_H
#define PLATFORM_H
/* Check out gl/platform.c or vk/platform.c */
int platform_run(int argc, char **argv);
#endif