//------------------------------------------------------------------------------ /* Copyright (c) 2011-2013, OpenCoin, Inc. */ //============================================================================== #ifndef RIPPLE_RIPPLEMAIN_H_INCLUDED #define RIPPLE_RIPPLEMAIN_H_INCLUDED class RippleMain : public Main { public: int run (int argc, char const* const* argv); }; #endif