Enhancement - all attribute modifiers working
- Implemented before, below, under, after, above, over.
This commit is contained in:
@@ -34,6 +34,7 @@ class Duration
|
||||
{
|
||||
public:
|
||||
Duration (); // Default constructor
|
||||
Duration (time_t); // Default constructor
|
||||
Duration (const std::string&); // Parse
|
||||
bool operator< (const Duration&);
|
||||
bool operator> (const Duration&);
|
||||
|
||||
Reference in New Issue
Block a user