blob: 0c6fb0538ba9cfe70b70da91a24269602a480d1e (
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();
|