mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
22 lines
527 B
C++
22 lines
527 B
C++
//------------------------------------------------------------------------------
|
|
/*
|
|
Copyright (c) 2011-2013, OpenCoin, Inc.
|
|
*/
|
|
//==============================================================================
|
|
|
|
#include "BeastConfig.h"
|
|
|
|
#include "ripple_app.h"
|
|
|
|
namespace ripple
|
|
{
|
|
|
|
#include "ledger/ripple_InboundLedgers.cpp"
|
|
#include "ledger/ripple_LedgerHistory.cpp"
|
|
#include "misc/ripple_SerializedLedger.cpp"
|
|
#include "tx/ripple_TransactionAcquire.cpp"
|
|
#include "misc/NetworkOPs.cpp"
|
|
#include "peers/ripple_Peers.cpp"
|
|
|
|
}
|