Enable visual styles

This commit is contained in:
Grayson Riffe 2025-02-08 03:11:12 -06:00
parent b87c2164ad
commit d53fb94e4c

View File

@ -6,6 +6,11 @@
#include "util.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 {
void runEngine(ClientConfig config) {
std::string engineStr = std::format("Nothin' Fancy {}", NFVERSION);