Files
xahaud/modules/ripple_app/ripple_app.h
2013-08-17 21:09:53 -07:00

26 lines
562 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"
#endif