gintctl/include/gintctl/libs.h

21 lines
484 B
C

//---
// gintctl:libs - External libraries
//---
#ifndef GINTCTL_LIBS
#define GINTCTL_LIBS
/* gintctl_libs_openlibm(): OpenLibm floating-point functions */
void gintctl_libs_openlibm(void);
/* gintctl_libs_libimg(): libimg-based rendering and image transform */
void gintctl_libs_libimg(void);
/* gintctl_libs_justui(): Just User Interfaces */
void gintctl_libs_justui(void);
/* gintctl_libs_bfile(): BFile filesystem */
void gintctl_libs_bfile(void);
#endif /* GINTCTL_LIBS */