Skeleton for xdb.
This commit is contained in:
10
src/xdb/sources.gypi
Normal file
10
src/xdb/sources.gypi
Normal file
@@ -0,0 +1,10 @@
|
||||
# Copyright 2014 Ben Vanik. All Rights Reserved.
|
||||
{
|
||||
'sources': [
|
||||
'xdb.cc',
|
||||
'xdb.h',
|
||||
],
|
||||
|
||||
'includes': [
|
||||
],
|
||||
}
|
||||
13
src/xdb/xdb.cc
Normal file
13
src/xdb/xdb.cc
Normal file
@@ -0,0 +1,13 @@
|
||||
/**
|
||||
******************************************************************************
|
||||
* 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. *
|
||||
******************************************************************************
|
||||
*/
|
||||
|
||||
#include <xdb/xdb.h>
|
||||
|
||||
void test() {
|
||||
}
|
||||
18
src/xdb/xdb.h
Normal file
18
src/xdb/xdb.h
Normal file
@@ -0,0 +1,18 @@
|
||||
/**
|
||||
******************************************************************************
|
||||
* 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/core.h>
|
||||
#include <xenia/emulator.h>
|
||||
#include <xenia/xbox.h>
|
||||
|
||||
#endif // XDB_H_
|
||||
Reference in New Issue
Block a user