From effc2770f50554416e7d7b27f5c5b5cef9489440 Mon Sep 17 00:00:00 2001 From: Eric Lombrozo Date: Tue, 8 Jan 2013 03:02:51 -0800 Subject: Created core.h/core.cpp, added to makefiles. Started moving core structures from main to core beginning with COutPoint. --- bitcoin-qt.pro | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bitcoin-qt.pro') diff --git a/bitcoin-qt.pro b/bitcoin-qt.pro index ec9f5e4a1a..526965d867 100644 --- a/bitcoin-qt.pro +++ b/bitcoin-qt.pro @@ -154,6 +154,7 @@ HEADERS += src/qt/bitcoingui.h \ src/hash.h \ src/uint256.h \ src/serialize.h \ + src/core.h \ src/main.h \ src/net.h \ src/key.h \ @@ -234,6 +235,7 @@ SOURCES += src/qt/bitcoin.cpp \ src/netbase.cpp \ src/key.cpp \ src/script.cpp \ + src/core.cpp \ src/main.cpp \ src/init.cpp \ src/net.cpp \ -- cgit v1.2.3