9 lines
124 B
C
9 lines
124 B
C
#include "cfg.h"
|
|
|
|
#ifdef GRDRV_SORTIX
|
|
|
|
#include "links.h"
|
|
|
|
struct graphics_driver sortix_driver;
|
|
|
|
#endif /* GRDRV_SORTIX */
|