/******************************************************************************/ /******************************************************************************/ class EE1EditRiver : EE1ObjGlobal { class Vtx { flt radius; Vec pos; }; UID id; flt depth; Memc vtxs; Memc edges; Str material; bool load(File &f, C Str &name); public: EE1EditRiver(); }; /******************************************************************************/ /******************************************************************************/ /******************************************************************************/