mirror of
https://github.com/R2Northstar/NorthstarLauncher
synced 2024-10-30 11:26:40 +01:00
f5ab6fb5e8
Copies of over the primedev folder structure for easier cherry-picking of further changes Co-authored-by: F1F7Y <filip.bartos07@proton.me>
8 lines
145 B
C++
8 lines
145 B
C++
#pragma once
|
|
#include <string>
|
|
|
|
static std::string NORTHSTAR_FOLDER_PREFIX;
|
|
|
|
void InitialiseNorthstarPrefix();
|
|
std::string GetNorthstarPrefix();
|