diff options
author | BobTheBob <32057864+BobTheBob9@users.noreply.github.com> | 2022-05-09 03:59:56 +0100 |
---|---|---|
committer | BobTheBob <32057864+BobTheBob9@users.noreply.github.com> | 2022-05-09 03:59:56 +0100 |
commit | 77a1195d77034c00959dfd030e2eb7a57d58a88d (patch) | |
tree | 660a0ce48a7c161abb091872db5260d01671a5a1 /NorthstarDedicatedTest/sourceinterface.cpp | |
parent | 037113d4b8032cd3715d879c2f4b08f66fa2be43 (diff) | |
download | NorthstarLauncher-77a1195d77034c00959dfd030e2eb7a57d58a88d.tar.gz NorthstarLauncher-77a1195d77034c00959dfd030e2eb7a57d58a88d.zip |
get rid of context file
Diffstat (limited to 'NorthstarDedicatedTest/sourceinterface.cpp')
-rw-r--r-- | NorthstarDedicatedTest/sourceinterface.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/NorthstarDedicatedTest/sourceinterface.cpp b/NorthstarDedicatedTest/sourceinterface.cpp index 24657739..73e93849 100644 --- a/NorthstarDedicatedTest/sourceinterface.cpp +++ b/NorthstarDedicatedTest/sourceinterface.cpp @@ -2,11 +2,7 @@ #include "sourceinterface.h" #include "hooks.h" #include "hookutils.h" - #include "sourceconsole.h" -#include "context.h" -#include "convar.h" -#include <iostream> // really wanted to do a modular callback system here but honestly couldn't be bothered so hardcoding stuff for now: todo later |