#pragma once #define TEST_DELAY 100 class TestMenu{ public: void testMenu(); char testNum, currentRole; bool flagtest; };