peerplays-fc/include/fc/value_fwd.hpp
2012-09-07 22:50:37 -04:00

10 lines
176 B
C++

#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_