/* $Id$ */ /*! \file * \brief Grass関連型の前方宣言集 * * \date 2009-01-07 * \author yoh2 * $LastChangedBy$ * $LastChangedDate$ */ #ifndef grass_fwd_H_ #define grass_fwd_H_ /* grass_value 関連 */ struct grass_value; struct grass_value_node; /* grass_instruction 関連 */ struct grass_instraction; struct grass_instraction_node; /* grass_machine 関連 */ struct grass_machine; #endif /* grass_fwd_H_ */