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

View File

@@ -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 \