options.h

ugfx_release_2.6
Joel Bodenmann 2014-01-06 23:16:31 +01:00
parent 806578fe4d
commit ff09f09a0c
1 changed files with 7 additions and 0 deletions

View File

@ -43,6 +43,13 @@
#ifndef GWIN_NEED_WIDGET
#define GWIN_NEED_WIDGET FALSE
#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.
* @details Defaults to FALSE