options.h

This commit is contained in:
Joel Bodenmann 2014-01-06 23:16:31 +01:00
parent 806578fe4d
commit ff09f09a0c

View File

@ -43,6 +43,13 @@
#ifndef GWIN_NEED_WIDGET #ifndef GWIN_NEED_WIDGET
#define GWIN_NEED_WIDGET FALSE #define GWIN_NEED_WIDGET FALSE
#endif #endif
/**
* @brief Should the frame widget be included.
* @details Defaults to FALSE
*/
#ifndef GWIN_NEED_FRAME
#define GWIN_NEED_FRAME FALSE
#endif
/** /**
* @brief Should console functions be included. * @brief Should console functions be included.
* @details Defaults to FALSE * @details Defaults to FALSE