links/sortix.c
2024-01-22 02:17:10 +02:00

9 lines
124 B
C

#include "cfg.h"
#ifdef GRDRV_SORTIX
#include "links.h"
struct graphics_driver sortix_driver;
#endif /* GRDRV_SORTIX */