summaryrefslogtreecommitdiff
path: root/include/d/a/obj/d_a_obj_spore.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/d/a/obj/d_a_obj_spore.h')
-rw-r--r--include/d/a/obj/d_a_obj_spore.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/d/a/obj/d_a_obj_spore.h b/include/d/a/obj/d_a_obj_spore.h
index 1f787c6e..2f5418c7 100644
--- a/include/d/a/obj/d_a_obj_spore.h
+++ b/include/d/a/obj/d_a_obj_spore.h
@@ -2,12 +2,17 @@
#define D_A_O_SPORE_H
#include "d/a/obj/d_a_obj_base.h"
+#include "f/f_list_mg.h"
class dAcOSpore_c : public dAcObjBase_c {
public:
dAcOSpore_c() {}
virtual ~dAcOSpore_c() {}
+ static fLiNdBa_c* getListHead();
+
+
private:
+static fLiMgBa_c sSpores;
};
#endif