2013-01-11 09:23:08 +00:00
|
|
|
/**
|
|
|
|
******************************************************************************
|
|
|
|
* Xenia : Xbox 360 Emulator Research Project *
|
|
|
|
******************************************************************************
|
|
|
|
* Copyright 2013 Ben Vanik. All rights reserved. *
|
|
|
|
* Released under the BSD license - see LICENSE in the root for more details. *
|
|
|
|
******************************************************************************
|
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef XENIA_H_
|
|
|
|
#define XENIA_H_
|
|
|
|
|
2013-01-13 07:25:41 +00:00
|
|
|
#include <xenia/common.h>
|
|
|
|
#include <xenia/cpu.h>
|
|
|
|
#include <xenia/core.h>
|
|
|
|
#include <xenia/gpu.h>
|
|
|
|
#include <xenia/kernel.h>
|
2013-02-01 13:37:42 +00:00
|
|
|
#include <xenia/dbg/debugger.h>
|
2013-01-11 09:23:08 +00:00
|
|
|
|
|
|
|
#endif // XENIA_H_
|