aboutsummaryrefslogtreecommitdiff
path: root/NorthstarDLL/core/filesystem
diff options
context:
space:
mode:
authorEmma Miler <emma.pi@protonmail.com>2022-12-22 16:06:49 +0100
committerGitHub <noreply@github.com>2022-12-22 16:06:49 +0100
commit314166100f7f6434016ce38bd4e9add07b68c24b (patch)
tree05b67f01b08eebc2457dbcf86dd770cb50c26362 /NorthstarDLL/core/filesystem
parente04f3b36accccb590a2d51b4829256b9964ac3fd (diff)
downloadNorthstarLauncher-314166100f7f6434016ce38bd4e9add07b68c24b.tar.gz
NorthstarLauncher-314166100f7f6434016ce38bd4e9add07b68c24b.zip
Fix console not enabling (#379)
Diffstat (limited to 'NorthstarDLL/core/filesystem')
-rw-r--r--NorthstarDLL/core/filesystem/filesystem.cpp2
-rw-r--r--NorthstarDLL/core/filesystem/filesystem.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/NorthstarDLL/core/filesystem/filesystem.cpp b/NorthstarDLL/core/filesystem/filesystem.cpp
index 230c9161..ac42d00f 100644
--- a/NorthstarDLL/core/filesystem/filesystem.cpp
+++ b/NorthstarDLL/core/filesystem/filesystem.cpp
@@ -1,6 +1,6 @@
#include "pch.h"
#include "filesystem.h"
-#include "shared/sourceinterface.h"
+#include "core/sourceinterface.h"
#include "mods/modmanager.h"
#include <iostream>
diff --git a/NorthstarDLL/core/filesystem/filesystem.h b/NorthstarDLL/core/filesystem/filesystem.h
index 8739d342..560b8c2c 100644
--- a/NorthstarDLL/core/filesystem/filesystem.h
+++ b/NorthstarDLL/core/filesystem/filesystem.h
@@ -1,5 +1,5 @@
#pragma once
-#include "shared/sourceinterface.h"
+#include "core/sourceinterface.h"
// taken from ttf2sdk
typedef void* FileHandle_t;