You've already forked Microtransactions64
mirror of
https://github.com/Print-and-Panic/Microtransactions64.git
synced 2026-01-21 10:17:19 -08:00
9 lines
243 B
C
9 lines
243 B
C
#include "version.h"
|
|
#include "src/game/version_data.h"
|
|
|
|
#if 0 // if your PC username isn't your real name feel free to uncomment
|
|
char __username__[] = __USERNAME__;
|
|
#endif
|
|
char __compiler__[] = __COMPILER__;
|
|
char __linker__[] = __LINKER__;
|