OSDN Git Service

Add LogModule
[mujikoma/mujikoma.git] / MujiKoma.cpp
index cd20deb..542fbcd 100644 (file)
@@ -2,6 +2,19 @@
 
 namespace MUJIKOMA_NAMESPACE {
 
+//
+// Public
+//
+
+MujiKoma::MujiKoma()
+: alive(0)
+{
+}
+
+MujiKoma::~MujiKoma()
+{
+}
+
 void MujiKoma::start()
 {
        DLOG("MujiKoma::start() %d", alive);