blob: e5b4c51ddf6f434e3acdbdb57af75eeb65f8552d (
plain)
1
2
3
4
5
6
7
8
9
|
#pragma once
extern wchar_t exePath[4096];
extern wchar_t buffer1[8192];
extern wchar_t buffer2[12288];
void LibraryLoadError(DWORD dwMessageId, const wchar_t* libName, const wchar_t* location);
bool ShouldLoadNorthstar();
bool ProvisionNorthstar();
|