mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
25 lines
540 B
C
25 lines
540 B
C
//------------------------------------------------------------------------------
|
|
/*
|
|
Copyright (c) 2011-2013, OpenCoin, Inc.
|
|
*/
|
|
//==============================================================================
|
|
|
|
/** Include this to get the @ref ripple_core module.
|
|
|
|
@file ripple_core.h
|
|
@ingroup ripple_core
|
|
*/
|
|
|
|
/** Core classes.
|
|
|
|
These objects form the execution framework in which the Ripple
|
|
protocol is implemented.
|
|
|
|
@defgroup ripple_core
|
|
*/
|
|
|
|
#ifndef RIPPLE_CORE_RIPPLEHEADER
|
|
#define RIPPLE_CORE_RIPPLEHEADER
|
|
|
|
#endif
|