diff options
Diffstat (limited to 'src/osd/winui/history.h')
-rw-r--r-- | src/osd/winui/history.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/osd/winui/history.h b/src/osd/winui/history.h new file mode 100644 index 00000000000..9a6803bad61 --- /dev/null +++ b/src/osd/winui/history.h @@ -0,0 +1,13 @@ +// For licensing and usage information, read docs/winui_license.txt +// MASTER +//**************************************************************************** + +#pragma once + +#ifndef HISTORY_H +#define 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 |