mirror of
https://github.com/holub/mame
synced 2025-06-13 16:15:32 +03:00
Add includes for dependency documentation. There is still inconsistent
use of assert(...) in src/lib/util. libutil compile will use assert from <assert> while other parts of mame will be compiled with assert from emucore.h.
This commit is contained in:
parent
07645b6670
commit
28d364bc8f
@ -14,6 +14,7 @@
|
|||||||
#define __CHDCODEC_H__
|
#define __CHDCODEC_H__
|
||||||
|
|
||||||
#include "osdcore.h"
|
#include "osdcore.h"
|
||||||
|
#include "coretmpl.h"
|
||||||
|
|
||||||
|
|
||||||
#define CHDCODEC_VERIFY_COMPRESSION 0
|
#define CHDCODEC_VERIFY_COMPRESSION 0
|
||||||
|
@ -83,7 +83,7 @@
|
|||||||
#include <typeinfo>
|
#include <typeinfo>
|
||||||
#include <utility>
|
#include <utility>
|
||||||
#include <cstring>
|
#include <cstring>
|
||||||
|
#include <cstdint>
|
||||||
|
|
||||||
//**************************************************************************
|
//**************************************************************************
|
||||||
// MACROS
|
// MACROS
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
#define __PLAPARSE_H__
|
#define __PLAPARSE_H__
|
||||||
|
|
||||||
#include "osdcore.h"
|
#include "osdcore.h"
|
||||||
|
#include "jedparse.h"
|
||||||
|
|
||||||
|
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
|
@ -13,6 +13,7 @@
|
|||||||
#ifndef __VBIPARSE_H__
|
#ifndef __VBIPARSE_H__
|
||||||
#define __VBIPARSE_H__
|
#define __VBIPARSE_H__
|
||||||
|
|
||||||
|
#include "osdcomm.h"
|
||||||
|
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
CONSTANTS
|
CONSTANTS
|
||||||
|
Loading…
Reference in New Issue
Block a user