18 lines
617 B
C
18 lines
617 B
C
/**
|
|
******************************************************************************
|
|
* Xenia : Xbox 360 Emulator Research Project *
|
|
******************************************************************************
|
|
* Copyright 2014 Ben Vanik. All rights reserved. *
|
|
* Released under the BSD license - see LICENSE in the root for more details. *
|
|
******************************************************************************
|
|
*/
|
|
|
|
#ifndef XDB_H_
|
|
#define XDB_H_
|
|
|
|
#include <xenia/common.h>
|
|
#include <xenia/emulator.h>
|
|
#include <xenia/xbox.h>
|
|
|
|
#endif // XDB_H_
|