mame/src/emu/hashfile.h
2011-05-06 10:52:23 +00:00

18 lines
364 B
C

/*********************************************************************
hashfile.h
Code for parsing hash info (*.hsi) files
*********************************************************************/
#ifndef __HASHFILE_H__
#define __HASHFILE_H__
#include "emu.h"
const char *hashfile_extrainfo(device_image_interface &image);
#endif /* __HASHFILE_H__ */