From 314166100f7f6434016ce38bd4e9add07b68c24b Mon Sep 17 00:00:00 2001 From: Emma Miler Date: Thu, 22 Dec 2022 16:06:49 +0100 Subject: Fix console not enabling (#379) --- NorthstarDLL/core/filesystem/filesystem.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'NorthstarDLL/core/filesystem/filesystem.h') 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; -- cgit v1.2.3