mirror of
https://github.com/ChronosX88/nesca.git
synced 2024-11-23 10:42:21 +00:00
14 lines
177 B
C++
14 lines
177 B
C++
#ifndef BRUTEUTILS_H
|
|
#define BRUTEUTILS_H
|
|
|
|
#include "externData.h"
|
|
|
|
class BruteUtils {
|
|
|
|
public:
|
|
static void BConInc();
|
|
static void BConDec();
|
|
};
|
|
|
|
#endif // BRUTEUTILS_H
|