Improved command-line interface.

This commit is contained in:
2016-11-29 02:01:23 +01:00
parent 180cc33ded
commit f4efb4f3d4
9 changed files with 31 additions and 27 deletions

View File

@@ -18,6 +18,7 @@ class Language
enum class Type
{
Unknown,
Automatic,
PDDL,
SAS
};

View File

@@ -23,7 +23,7 @@ class Logger
public:
enum class WarningLevel
{
Normal,
Show,
Error,
Ignore
};