gintctl/include/gintctl/libs.h

12 lines
224 B
C

//---
// gintctl:libs - External libraries
//---
#ifndef GINTCTL_LIBS
#define GINTCTL_LIBS
/* gintctl_libs_libimg(): libimg-based rendering and image transform */
void gintctl_libs_libimg(void);
#endif /* GINTCTL_LIBS */