summaryrefslogblamecommitdiffstatshomepage
path: root/src/emu/uigfx.h
blob: c514916d127d7802fe73208cdc5789ed7c47f7ab (plain) (tree)
1
2
3
4
5
6
7





                                                                            
                                                








                                                                            






                                                                            
                                           

                    
                                                                                              


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

    uigfx.h

    Internal graphics viewer.

    Copyright Nicola Salmoria and the MAME Team.
    Visit http://mamedev.org for licensing and usage restrictions.

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

#pragma once

#ifndef __UIGFX_H__
#define __UIGFX_H__



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

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

/* master handler */
UINT32 ui_gfx_ui_handler(running_machine &machine, render_container *container, UINT32 state);


#endif	/* __UIGFX_H__ */