Commands: Added include latch

This commit is contained in:
Paul Beckingham 2016-03-01 00:57:17 -05:00
parent a95d0e9b64
commit a0bc0c5f49

View file

@ -24,7 +24,8 @@
//
////////////////////////////////////////////////////////////////////////////////
#include <cmake.h>
#ifndef INCLUDED_GRAMMAR
#define INCLUDED_GRAMMAR
void CmdDefault ();
void CmdHelp ();
@ -32,4 +33,6 @@ void CmdStart ();
void CmdStop ();
void Cmdtrack ();
#endif
////////////////////////////////////////////////////////////////////////////////