Add includes for dependency documentation. (nw)

This commit is contained in:
couriersud 2016-04-08 22:42:10 +02:00
parent c565ce729c
commit 7b3d46dea7
3 changed files with 3 additions and 0 deletions

View File

@ -11,6 +11,7 @@
#ifndef __DEBUGCMD_H__
#define __DEBUGCMD_H__
#include "emu.h"
/***************************************************************************
FUNCTION PROTOTYPES

View File

@ -11,6 +11,7 @@
#ifndef __DEBUGCON_H__
#define __DEBUGCON_H__
#include "emu.h"
#include "textbuf.h"

View File

@ -51,6 +51,7 @@
#include <math.h>
#include <mutex>
#include "emucore.h"
#include "bitmap.h"
//**************************************************************************