mirror of
https://github.com/holub/mame
synced 2025-04-20 23:42:22 +03:00
Add includes for dependency documentation. (nw)
This commit is contained in:
parent
c565ce729c
commit
7b3d46dea7
@ -11,6 +11,7 @@
|
||||
#ifndef __DEBUGCMD_H__
|
||||
#define __DEBUGCMD_H__
|
||||
|
||||
#include "emu.h"
|
||||
|
||||
/***************************************************************************
|
||||
FUNCTION PROTOTYPES
|
||||
|
@ -11,6 +11,7 @@
|
||||
#ifndef __DEBUGCON_H__
|
||||
#define __DEBUGCON_H__
|
||||
|
||||
#include "emu.h"
|
||||
#include "textbuf.h"
|
||||
|
||||
|
||||
|
@ -51,6 +51,7 @@
|
||||
#include <math.h>
|
||||
#include <mutex>
|
||||
|
||||
#include "emucore.h"
|
||||
#include "bitmap.h"
|
||||
|
||||
//**************************************************************************
|
||||
|
Loading…
Reference in New Issue
Block a user