Files
rippled/modules/ripple_client/ripple_client.h
2013-06-15 18:20:59 -07:00

24 lines
518 B
C

//------------------------------------------------------------------------------
/*
Copyright (c) 2011-2013, OpenCoin, Inc.
*/
//==============================================================================
/** Include this to get the @ref ripple_client module.
@file ripple_client.h
@ingroup ripple_client
*/
/** Client classes.
This module provides classes that perform client interaction with the server.
@defgroup ripple_client
*/
#ifndef RIPPLE_CLIENT_H
#define RIPPLE_CLIENT_H
#endif