SPQR-Team-2019-REVAMPED/include/test_menu.h

10 lines
138 B
C
Raw Normal View History

2020-03-03 11:52:39 +01:00
#pragma once
#define TEST_DELAY 100
class TestMenu{
public:
void testMenu();
char testNum;
2020-03-03 11:52:39 +01:00
bool flagtest;
};