peerplays-fc/include/fc/value_fwd.hpp

11 lines
176 B
C++
Raw Normal View History

2012-09-08 02:50:37 +00:00
#ifndef _FC_VALUE_FWD_HPP_
#define _FC_VALUE_FWD_HPP_
#include <fc/fwd.hpp>
namespace fc {
class value;
typedef fwd<value,16> value_fwd;
}
#endif // _MACE_VALUE_FWD_HPP_