-Added TODO and FIXME lists

This commit is contained in:
Harry van Haaren 2013-08-05 13:54:27 +01:00
parent ad05c9c7d4
commit 0582b86d2e
2 changed files with 10 additions and 0 deletions

5
FIXME Normal file
View file

@ -0,0 +1,5 @@
=TimeManager class, auto register TimeObservers with it.
Segfaulting on register in constructor

5
TODO Normal file
View file

@ -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.