11 lines
158 B
C++
11 lines
158 B
C++
void menu_customgame_init(void)
|
|
{
|
|
}
|
|
|
|
void menu_customgame_draw(void)
|
|
{
|
|
}
|
|
|
|
void menu_customgame_input(float evtype, float scanx, float chary, float devid)
|
|
{
|
|
}
|