mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2025-10-30 08:01:01 +00:00
10 lines
158 B
C
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
|