Whoops, some issues with deleting timers.

This commit is contained in:
John McCardle 2024-03-07 09:49:24 -05:00
commit d417bdc8a3
3 changed files with 5 additions and 21 deletions

View file

@ -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);
};