2013-01-13 07:25:41 +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_KERNEL_H_
|
|
|
|
#define XENIA_KERNEL_H_
|
|
|
|
|
2013-01-20 09:13:59 +00:00
|
|
|
#include <xenia/kernel/runtime.h>
|
2013-01-13 07:25:41 +00:00
|
|
|
|
|
|
|
#endif // XENIA_KERNEL_H_
|