summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/emutempl.h
blob: a56a12de788e7c8cb733b0ef90e93852aaf27b10 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
// license:BSD-3-Clause
// copyright-holders:Aaron Giles
/***************************************************************************

    emutempl.h

    Core templates for basic non-string types.

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

#pragma once

#ifndef __EMUTEMPL_H__
#define __EMUTEMPL_H__


//**************************************************************************
//  TYPE DEFINITIONS
//**************************************************************************


#endif  /* __EMUTEMPL_H__ */