Removing empty files to shut VS up.

This commit is contained in:
Ben Vanik 2013-12-23 11:52:51 -08:00
parent 31b8c02cbf
commit a0256fac45
3 changed files with 0 additions and 28 deletions

View File

@ -1,13 +0,0 @@
/**
******************************************************************************
* 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. *
******************************************************************************
*/
#include <alloy/hir/block.h>
using namespace alloy;
using namespace alloy::hir;

View File

@ -1,13 +0,0 @@
/**
******************************************************************************
* 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. *
******************************************************************************
*/
#include <alloy/hir/label.h>
using namespace alloy;
using namespace alloy::hir;

View File

@ -1,13 +1,11 @@
# Copyright 2013 Ben Vanik. All Rights Reserved.
{
'sources': [
'block.cc',
'block.h',
'function_builder.cc',
'function_builder.h',
'instr.cc',
'instr.h',
'label.cc',
'label.h',
'opcodes.cc',
'opcodes.h',