summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/debug/debughlp.h
blob: af0a8404a271c19a86d8072fdc1351c0966e6a2c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
// license:BSD-3-Clause
// copyright-holders:Aaron Giles
/*********************************************************************

    debughlp.h

    Debugger help engine.

*********************************************************************/

#ifndef MAME_EMU_DEBUG_DEBUGHLP_H
#define MAME_EMU_DEBUG_DEBUGHLP_H

#pragma once


/***************************************************************************
    FUNCTION PROTOTYPES
***************************************************************************/

/* help management */
const char *        debug_get_help(const char *tag);
bool                debug_generate_html();

#endif // MAME_EMU_DEBUG_DEBUGHLP_H