init: Added initializeDatabase stub

This commit is contained in:
Paul Beckingham 2016-03-02 08:21:34 -05:00
parent 3b332eb96c
commit 1ced4bdd1a
3 changed files with 12 additions and 0 deletions

View file

@ -26,6 +26,7 @@
#include <cmake.h>
//#include <Grammar.h>
#include <Database.h>
#include <Rules.h>
#include <common.h>
#include <commands.h>
@ -51,6 +52,8 @@ int main (int argc, const char** argv)
try
{
// TODO Load configuration ~/.timewrc || $TIMEWRC.
Database database;
initializeDatabase (database);
// TODO Arrange the following to minimize memory use.
// TODO Load CLI grammar.