Files
rippled/modules/ripple_app/ripple_app.h
2013-07-10 09:51:27 -07:00

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