10 lines
151 B
C
10 lines
151 B
C
|
#pragma once
|
||
|
|
||
|
#define TEST_DELAY 100
|
||
|
|
||
|
class TestMenu{
|
||
|
public:
|
||
|
void testMenu();
|
||
|
char testNum, currentRole;
|
||
|
bool flagtest;
|
||
|
};
|