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

@@ -73,6 +73,7 @@ OBJS= \
obj/init.o \
obj/bitcoind.o \
obj/keystore.o \
obj/core.o \
obj/main.o \
obj/net.o \
obj/protocol.o \