CmdDefine: Rules object propagated to the command

This commit is contained in:
Paul Beckingham 2016-03-02 08:15:57 -05:00
parent ed34ee0103
commit 3b332eb96c
5 changed files with 12 additions and 7 deletions

View file

@ -27,8 +27,10 @@
#ifndef INCLUDED_TIMEW
#define INCLUDED_TIMEW
#include <Rules.h>
// init.cpp
int dispatchCommand (int, const char**);
int dispatchCommand (int, const char**, Rules&);
#endif