nuclide/Source/menu-fn/m_viewgameinfo.cpp

20 lines
320 B
C++
Raw Normal View History

2019-01-16 08:43:50 -08:00
/***
*
* Copyright (c) 2016-2019 Marco 'eukara' Hladik. All rights reserved.
*
* See the file LICENSE attached with the sources for usage details.
*
****/
2018-12-27 14:53:24 -08:00
void menu_viewgameinfo_init(void)
{
}
void menu_viewgameinfo_draw(void)
{
}
void menu_viewgameinfo_input(float evtype, float scanx, float chary, float devid)
{
}