mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
33 lines
770 B
C++
33 lines
770 B
C++
//------------------------------------------------------------------------------
|
|
/*
|
|
Copyright (c) 2011-2013, OpenCoin, Inc.
|
|
*/
|
|
//==============================================================================
|
|
|
|
#include "BeastConfig.h"
|
|
|
|
#include "ripple_app.h"
|
|
|
|
#include "../ripple_net/ripple_net.h"
|
|
|
|
namespace ripple
|
|
{
|
|
|
|
#include "paths/ripple_RippleState.cpp"
|
|
|
|
#include "peers/ripple_UniqueNodeList.cpp"
|
|
|
|
#include "ledger/ripple_InboundLedger.cpp"
|
|
|
|
#include "tx/PaymentTransactor.cpp"
|
|
#include "tx/RegularKeySetTransactor.cpp"
|
|
#include "tx/TransactionCheck.cpp"
|
|
#include "tx/TransactionMaster.cpp"
|
|
#include "tx/TrustSetTransactor.cpp"
|
|
#include "tx/Transaction.cpp"
|
|
#include "tx/TransactionEngine.cpp"
|
|
#include "tx/TransactionMeta.cpp"
|
|
#include "tx/Transactor.cpp"
|
|
|
|
}
|