From 0582b86d2ea572d560138d41085d6f248eaf8cd6 Mon Sep 17 00:00:00 2001 From: Harry van Haaren Date: Mon, 5 Aug 2013 13:54:27 +0100 Subject: [PATCH] -Added TODO and FIXME lists --- FIXME | 5 +++++ TODO | 5 +++++ 2 files changed, 10 insertions(+) create mode 100644 FIXME create mode 100644 TODO diff --git a/FIXME b/FIXME new file mode 100644 index 0000000..75d86fa --- /dev/null +++ b/FIXME @@ -0,0 +1,5 @@ + + +=TimeManager class, auto register TimeObservers with it. + Segfaulting on register in constructor + diff --git a/TODO b/TODO new file mode 100644 index 0000000..6f3a4c7 --- /dev/null +++ b/TODO @@ -0,0 +1,5 @@ + += Interface / Logic class for all Luppp engines actions +Needed to give Controller classes a way to tell Luppp what to do. +This class must update all controllers based on state. Essentially +its like "GridLogic", but for the rest of the functionality.