links/sortix.c

10 lines
124 B
C
Raw Normal View History

2021-11-27 22:24:36 +00:00
#include "cfg.h"
#ifdef GRDRV_SORTIX
#include "links.h"
struct graphics_driver sortix_driver;
#endif /* GRDRV_SORTIX */