mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-20 02:55:50 +00:00
28 lines
610 B
C
28 lines
610 B
C
//------------------------------------------------------------------------------
|
|
/*
|
|
Copyright (c) 2011-2013, OpenCoin, Inc.
|
|
*/
|
|
//==============================================================================
|
|
|
|
/** Include this to get the @ref ripple_app module.
|
|
|
|
@file ripple_app.h
|
|
@ingroup ripple_app
|
|
*/
|
|
|
|
/** Core classes.
|
|
|
|
This module contains the Ripple core instance object and related objects.
|
|
|
|
@defgroup ripple_app
|
|
*/
|
|
|
|
#ifndef RIPPLE_APP_H_INCLUDED
|
|
#define RIPPLE_APP_H_INCLUDED
|
|
|
|
#include "modules/ripple_basics/ripple_basics.h"
|
|
|
|
#include "modules/ripple_basio/ripple_basio.h"
|
|
|
|
#endif
|