mirror of
https://github.com/ChronosX88/nesca.git
synced 2024-11-23 18:52:19 +00:00
12 lines
152 B
C
12 lines
152 B
C
|
#ifndef BRUTEUTILS_H
|
||
|
#define BRUTEUTILS_H
|
||
|
|
||
|
class BruteUtils {
|
||
|
|
||
|
public:
|
||
|
static void BConInc();
|
||
|
static void BConDec();
|
||
|
};
|
||
|
|
||
|
#endif // BRUTEUTILS_H
|