Created core.h/core.cpp, added to makefiles. Started moving core structures from main to core beginning with COutPoint.

This commit is contained in:
Eric Lombrozo
2013-01-08 03:02:51 -08:00
parent 663224c232
commit effc2770f5
8 changed files with 66 additions and 41 deletions

6
src/core.cpp Normal file
View File

@@ -0,0 +1,6 @@
// Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2013 The Bitcoin developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include "core.h"