class GParticle; struct DictPage { char* key; GParticle* value; DictPage* next; }; class PartDict { public: PartDict(void); ~PartDict(void); GParticle* GetNode( char* string ); DictPage* pages; };
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#1 | 4763 | Sam Stafford |
Rename //guest/sam_stafford/jamgraph/... to //guest/sam_stafford/jamgraph/main/... to support mainline model in sample depot. |
||
//guest/sam_stafford/jamgraph/partdict.h | |||||
#1 | 3034 | Sam Stafford | Whoops, forgot these! |