APservice/globVars.h

12 lines
187 B
C
Raw Permalink Normal View History

2023-11-14 09:32:56 +01:00
#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