1
mirror of https://github.com/R2Northstar/NorthstarLauncher synced 2024-10-30 11:26:40 +01:00
NorthstarLauncher/NorthstarDLL/util/version.h

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
96 B
C
Raw Normal View History

#pragma once
extern char version[16];
extern char NSUserAgent[256];
void InitialiseVersion();