Enable visual styles
This commit is contained in:
parent
b87c2164ad
commit
d53fb94e4c
@ -6,6 +6,11 @@
|
|||||||
#include "util.h"
|
#include "util.h"
|
||||||
#include "client/Client.h"
|
#include "client/Client.h"
|
||||||
|
|
||||||
|
// Enable visual styles for error boxes
|
||||||
|
#pragma comment(linker,"\"/manifestdependency:type='win32' \
|
||||||
|
name='Microsoft.Windows.Common-Controls' version='6.0.0.0' \
|
||||||
|
processorArchitecture='*' publicKeyToken='6595b64144ccf1df' language='*'\"")
|
||||||
|
|
||||||
namespace nf {
|
namespace nf {
|
||||||
void runEngine(ClientConfig config) {
|
void runEngine(ClientConfig config) {
|
||||||
std::string engineStr = std::format("Nothin' Fancy {}", NFVERSION);
|
std::string engineStr = std::format("Nothin' Fancy {}", NFVERSION);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user