summaryrefslogblamecommitdiffstatshomepage
path: root/src/emu/hashfile.h
blob: b11601f126e7f20f0d7dbde64fea0263cc745b21 (plain) (tree)
1
2
3
4
5
6
7
8
9
10

                                 







                                                                      

                           
 
            

 
                                                                            
                                                                                                                                    
 
                             
// license:BSD-3-Clause
// copyright-holders:Nathan Woods
/*********************************************************************

    hashfile.h

    Code for parsing hash info (*.hsi) files

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

#ifndef MAME_EMU_HASHFILE_H
#define MAME_EMU_HASHFILE_H

#pragma once


bool hashfile_extrainfo(device_image_interface &image, std::string &result);
bool hashfile_extrainfo(const char *hash_path, const game_driver &driver, const util::hash_collection &hashes, std::string &result);

#endif // MAME_EMU_HASHFILE_H