8 lines
102 B
C
8 lines
102 B
C
#ifndef GBVERSION2_H
|
|
#define GBVERSION2_H
|
|
|
|
int32_t getVersionSize () ;
|
|
char *getVersion ( ) ;
|
|
|
|
#endif
|