mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
timew: Instantiates Grammar
This commit is contained in:
parent
a5922b7797
commit
801f39d2fa
3 changed files with 31 additions and 0 deletions
|
@ -27,10 +27,15 @@
|
|||
#ifndef INCLUDED_GRAMMAR
|
||||
#define INCLUDED_GRAMMAR
|
||||
|
||||
#include <FS.h>
|
||||
#include <string>
|
||||
|
||||
class Grammar
|
||||
{
|
||||
public:
|
||||
Grammar ();
|
||||
void loadFromFile (File&);
|
||||
void loadFromString (const std::string&);
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue