10 lines
176 B
C++
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_
|