mirror of
https://github.com/kbeckmann/game-and-watch-retro-go.git
synced 2025-12-16 13:15:55 +01:00
19 lines
333 B
C
19 lines
333 B
C
// #include "bitmaps/font_basic.h"
|
|
#include "odroid_system.h"
|
|
#include "odroid_overlay.h"
|
|
|
|
int odroid_overlay_game_settings_menu(odroid_dialog_choice_t *extra_options)
|
|
{
|
|
return 0;
|
|
}
|
|
|
|
int odroid_overlay_game_debug_menu(void)
|
|
{
|
|
return 0;
|
|
}
|
|
|
|
int odroid_overlay_game_menu(odroid_dialog_choice_t *extra_options)
|
|
{
|
|
return 0;
|
|
}
|