summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/tools/imgtool/modules.h
blob: ae4a800a2add831e9601047403d2a89548eaae25 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// license:???
// copyright-holders:???
/****************************************************************************

    modules.h

    Code that creates the "canonical" Imgtool library

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

#ifndef MODULES_H
#define MODULES_H

#include "library.h"

imgtoolerr_t imgtool_create_cannonical_library(int omit_untested, imgtool_library **library);

#endif /* MODULES_H */