diff options
Diffstat (limited to 'src/osd/winui/history.h')
-rw-r--r-- | src/osd/winui/history.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/osd/winui/history.h b/src/osd/winui/history.h new file mode 100644 index 00000000000..f2b5060d84b --- /dev/null +++ b/src/osd/winui/history.h @@ -0,0 +1,14 @@ +// For licensing and usage information, read docs/winui_license.txt +// MASTER +//**************************************************************************** + +#pragma once + +#ifndef WINUI_HISTORY_H +#define WINUI_HISTORY_H + +char * GetGameHistory(int driver_index); // Arcade-only builds (HBMAME, ARCADE) +char * GetGameHistory(int driver_index, std::string software); // Builds with software support (MESSUI, MAMEUI) + +#endif + |