summaryrefslogblamecommitdiffstatshomepage
path: root/src/emu/uigfx.h
blob: 375f3cd392ecd51f469a048b952e2835c838f932 (plain) (tree)






























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

    uigfx.h

    Internal graphics viewer.

    Copyright (c) 1996-2007, Nicola Salmoria and the MAME Team.
    Visit http://mamedev.org for licensing and usage restrictions.

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

#pragma once

#ifndef __UIGFX_H__
#define __UIGFX_H__

#include "mamecore.h"


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

/* initialization */
void ui_gfx_init(running_machine *machine);

/* master handler */
UINT32 ui_gfx_ui_handler(UINT32 state);


#endif	/* __UIGFX_H__ */