23 lines
289 B
C
23 lines
289 B
C
#include "screen.h"
|
|
|
|
/**
|
|
* @addtogroup screens
|
|
*/
|
|
/*@{*/
|
|
|
|
/**
|
|
* @defgroup main Main
|
|
* The Main Screen is the start-screen for the application
|
|
*/
|
|
/*@{*/
|
|
|
|
|
|
/**
|
|
* Returns a pointer to the main screen
|
|
* \sa gui_screen_navigate
|
|
* @return
|
|
*/
|
|
SCREEN_STRUCT* get_screen_main();
|
|
|
|
/*@}@}*/
|