Home
last modified time | relevance | path

Searched refs:CHookable (Results 1 – 10 of 10) sorted by relevance

/dports/games/tycho/species/
H A Dhook.hpp25 class CHookable;
34 friend class CHookable;
48 class CHookable { class
54 CHookable() { _hook = 0; } in CHookable() function in CHookable
55 ~CHookable() { delete _hook; } in ~CHookable()
H A Dgenus.hpp24 class CGenus: public CHookable {
H A Dspecies.hpp130 class CSpecies: public CHookable {
H A Dgenus.cpp24 CGenus::CGenus(CKingdom *kingdom,const string &name): CHookable(), _kingdom(kingdom), _name(name) { in CGenus()
H A Dspecies.cpp248 CHookable(), _name(name), _evolving(evolving), _genus(genus) { in CSpecies()
/dports/games/species/species/
H A Dhook.hpp25 class CHookable;
34 friend class CHookable;
48 class CHookable { class
54 CHookable() { _hook = 0; } in CHookable() function in CHookable
55 ~CHookable() { delete _hook; } in ~CHookable()
H A Dgenus.hpp24 class CGenus: public CHookable {
H A Dspecies.hpp130 class CSpecies: public CHookable {
H A Dgenus.cpp24 CGenus::CGenus(CKingdom *kingdom,const string &name): CHookable(), _kingdom(kingdom), _name(name) { in CGenus()
H A Dspecies.cpp248 CHookable(), _name(name), _evolving(evolving), _genus(genus) { in CSpecies()