Whoops, some issues with deleting timers.
This commit is contained in:
parent
ccd79fc551
commit
d417bdc8a3
3 changed files with 5 additions and 21 deletions
|
|
@ -10,8 +10,6 @@ public:
|
|||
int interval;
|
||||
int last_ran;
|
||||
Timer(); // for map to build
|
||||
Timer(Timer& other); // copy constructor
|
||||
Timer(PyObject*, int, int);
|
||||
~Timer();
|
||||
bool test(int);
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue