xb style.
This commit is contained in:
@@ -7,8 +7,8 @@
|
||||
******************************************************************************
|
||||
*/
|
||||
|
||||
#ifndef XENIA_KERNEL_XBOXKRNL_APPS_APPS_H_
|
||||
#define XENIA_KERNEL_XBOXKRNL_APPS_APPS_H_
|
||||
#ifndef XENIA_KERNEL_APPS_APPS_H_
|
||||
#define XENIA_KERNEL_APPS_APPS_H_
|
||||
|
||||
#include "xenia/kernel/app.h"
|
||||
#include "xenia/kernel/kernel_state.h"
|
||||
@@ -23,4 +23,4 @@ void RegisterApps(KernelState* kernel_state, XAppManager* manager);
|
||||
} // namespace kernel
|
||||
} // namespace xe
|
||||
|
||||
#endif // XENIA_KERNEL_XBOXKRNL_APPS_APPS_H_
|
||||
#endif // XENIA_KERNEL_APPS_APPS_H_
|
||||
|
||||
@@ -7,8 +7,8 @@
|
||||
******************************************************************************
|
||||
*/
|
||||
|
||||
#ifndef XENIA_KERNEL_XBOXKRNL_APPS_XGI_APP_H_
|
||||
#define XENIA_KERNEL_XBOXKRNL_APPS_XGI_APP_H_
|
||||
#ifndef XENIA_KERNEL_APPS_XGI_APP_H_
|
||||
#define XENIA_KERNEL_APPS_XGI_APP_H_
|
||||
|
||||
#include "xenia/kernel/app.h"
|
||||
#include "xenia/kernel/kernel_state.h"
|
||||
@@ -31,4 +31,4 @@ class XXGIApp : public XApp {
|
||||
} // namespace kernel
|
||||
} // namespace xe
|
||||
|
||||
#endif // XENIA_KERNEL_XBOXKRNL_APPS_XGI_APP_H_
|
||||
#endif // XENIA_KERNEL_APPS_XGI_APP_H_
|
||||
|
||||
@@ -7,8 +7,8 @@
|
||||
******************************************************************************
|
||||
*/
|
||||
|
||||
#ifndef XENIA_KERNEL_XBOXKRNL_APPS_XLIVEBASE_APP_H_
|
||||
#define XENIA_KERNEL_XBOXKRNL_APPS_XLIVEBASE_APP_H_
|
||||
#ifndef XENIA_KERNEL_APPS_XLIVEBASE_APP_H_
|
||||
#define XENIA_KERNEL_APPS_XLIVEBASE_APP_H_
|
||||
|
||||
#include "xenia/kernel/app.h"
|
||||
#include "xenia/kernel/kernel_state.h"
|
||||
@@ -31,4 +31,4 @@ class XXLiveBaseApp : public XApp {
|
||||
} // namespace kernel
|
||||
} // namespace xe
|
||||
|
||||
#endif // XENIA_KERNEL_XBOXKRNL_APPS_XLIVEBASE_APP_H_
|
||||
#endif // XENIA_KERNEL_APPS_XLIVEBASE_APP_H_
|
||||
|
||||
@@ -7,8 +7,8 @@
|
||||
******************************************************************************
|
||||
*/
|
||||
|
||||
#ifndef XENIA_KERNEL_XBOXKRNL_APPS_XMP_APP_H_
|
||||
#define XENIA_KERNEL_XBOXKRNL_APPS_XMP_APP_H_
|
||||
#ifndef XENIA_KERNEL_APPS_XMP_APP_H_
|
||||
#define XENIA_KERNEL_APPS_XMP_APP_H_
|
||||
|
||||
#include <memory>
|
||||
#include <mutex>
|
||||
@@ -112,4 +112,4 @@ class XXMPApp : public XApp {
|
||||
} // namespace kernel
|
||||
} // namespace xe
|
||||
|
||||
#endif // XENIA_KERNEL_XBOXKRNL_APPS_XMP_APP_H_
|
||||
#endif // XENIA_KERNEL_APPS_XMP_APP_H_
|
||||
|
||||
Reference in New Issue
Block a user