starting to add timer-style variable
This commit is contained in:
@ -71,6 +71,7 @@ class Variable : protected Pointers {
|
||||
ATOM,
|
||||
VECTOR,
|
||||
PYTHON,
|
||||
TIMER,
|
||||
INTERNAL
|
||||
};
|
||||
static constexpr int VALUELENGTH = 64;
|
||||
|
||||
Reference in New Issue
Block a user