mirror of
https://github.com/R2Northstar/NorthstarLauncher
synced 2026-08-23 20:26:04 -04:00
Copies of over the primedev folder structure for easier cherry-picking of further changes Co-authored-by: F1F7Y <filip.bartos07@proton.me>
6 lines
96 B
C
6 lines
96 B
C
#pragma once
|
|
|
|
extern char version[16];
|
|
extern char NSUserAgent[256];
|
|
|
|
void InitialiseVersion();
|