Files
xahaud/modules/ripple_main/ripple_main.h
2013-06-15 18:20:59 -07:00

26 lines
550 B
C

//------------------------------------------------------------------------------
/*
Copyright (c) 2011-2013, OpenCoin, Inc.
*/
//==============================================================================
/** Include this to get the @ref ripple_main module.
@file ripple_main.h
@ingroup ripple_main
*/
/** Core classes.
This module contains the Ripple core instance object and related objects.
@defgroup ripple_main
*/
#ifndef RIPPLE_MAIN_H
#define RIPPLE_MAIN_H
#include "modules/ripple_basics/ripple_basics.h"
#endif