snes9x/gtk/src/gtk_s9xcore.h

32 lines
840 B
C
Raw Normal View History

/*****************************************************************************\
Snes9x - Portable Super Nintendo Entertainment System (TM) emulator.
This file is licensed under the Snes9x License.
For further information, consult the LICENSE file in the root directory.
\*****************************************************************************/
2010-09-25 17:46:12 +02:00
#ifndef __GTK_S9XCORE_H
#define __GTK_S9XCORE_H
#include "snes9x.h"
#include "memmap.h"
#include "debug.h"
#include "cpuexec.h"
#include "ppu.h"
#include "snapshot.h"
#include "apu/apu.h"
#include "display.h"
#include "gfx.h"
#include "spc7110.h"
#include "controls.h"
#include "logger.h"
#include "cheats.h"
#include "movie.h"
#include "conffile.h"
2018-12-02 02:58:13 +01:00
#include "netplay.h"
2010-09-25 17:46:12 +02:00
#include <sys/types.h>
#include <ctype.h>
#include <dirent.h>
#endif /* __GTK_S9XCORE_H */