19 lines
314 B
C++
19 lines
314 B
C++
/***
|
|
*
|
|
* Copyright (c) 2016-2019 Marco 'eukara' Hladik. All rights reserved.
|
|
*
|
|
* See the file LICENSE attached with the sources for usage details.
|
|
*
|
|
****/
|
|
|
|
void menu_viewreadme_init(void)
|
|
{
|
|
}
|
|
|
|
void menu_viewreadme_draw(void)
|
|
{
|
|
}
|
|
|
|
void menu_viewreadme_input(float evtype, float scanx, float chary, float devid)
|
|
{
|
|
}
|