This commit is contained in:
Nishi 2026-01-12 01:54:35 +09:00
commit 2d6ed53abc
Signed by: nishi
GPG key ID: 27EF69B208EB9343
56 changed files with 746 additions and 746 deletions

View file

@ -1,6 +1,6 @@
#include <GearBox/Version.h>
#include <GearSrc/Version.h>
void GBVersionGet(GBVersion* version) {
void GSVersionGet(GSVersion* version) {
version->majorlevel = 0;
version->minorlevel = 0;
version->patchlevel = 0;