sm64coopdx/src/pc/network/version.h
2022-05-25 18:01:48 -07:00

10 lines
158 B
C

#ifndef VERSION_H
#define VERSION_H
#define VERSION_NUMBER 28
#define MINOR_VERSION_NUMBER 0
#define MAX_VERSION_LENGTH 10
char* get_version(void);
#endif