12 lines
187 B
C
Executable File
12 lines
187 B
C
Executable File
#ifndef GLOBVARS_H
|
|
#define GLOBVARS_H
|
|
|
|
|
|
void globVar_SetCoinChecker(int checkerTyp);
|
|
int globVar_GetCoinChecker(void);
|
|
|
|
void globVar_SetBna(int bnaTyp);
|
|
int globVar_GetBna(void);
|
|
|
|
#endif
|