First blood

This commit is contained in:
MetricExpansion 2022-10-08 18:46:52 -07:00
parent f91333fc68
commit a0ce24c91f
5 changed files with 24 additions and 52 deletions

View file

@ -6,6 +6,9 @@
#include "SKSE/SKSE.h"
#undef GetModuleFileName
#undef GetModuleHandle
std::string GetRuntimePath() {
static char appPath[4096] = {0};