From 4c4d605d10109e02708984755405bbe0947ef5c4 Mon Sep 17 00:00:00 2001 From: BobTheBob <32057864+BobTheBob9@users.noreply.github.com> Date: Thu, 8 Jul 2021 15:33:31 +0100 Subject: initial commit --- NorthstarDedicatedTest/tier0.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 NorthstarDedicatedTest/tier0.h (limited to 'NorthstarDedicatedTest/tier0.h') diff --git a/NorthstarDedicatedTest/tier0.h b/NorthstarDedicatedTest/tier0.h new file mode 100644 index 00000000..dddd9479 --- /dev/null +++ b/NorthstarDedicatedTest/tier0.h @@ -0,0 +1,9 @@ +#pragma once +#include "pch.h" + +// get exported tier0 by name +void* ResolveTier0Function(const char* name); + +// actual function defs +// would've liked to resolve these at compile time, but we load before tier0 so not really possible +void Error(const char* fmt, ...); \ No newline at end of file -- cgit v1.2.3