diff options
author | GeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com> | 2024-11-12 17:11:31 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-12 17:11:31 +0100 |
commit | 6509283abd620038bf48f0d90ba23b8fa17feec7 (patch) | |
tree | a4186aef12d8c44e3bc71868f2e1556068e4a6dd /primedev/core/convar/convar.h | |
parent | a4b09bc42d5f79ef86697c893efc9e3b7d966502 (diff) | |
parent | 13344f3910befa2cd15bfd306ba2c5e42e6c80ec (diff) | |
download | NorthstarLauncher-6509283abd620038bf48f0d90ba23b8fa17feec7.tar.gz NorthstarLauncher-6509283abd620038bf48f0d90ba23b8fa17feec7.zip |
Merge branch 'main' into feat/overhaul-mod-loading-locations
Diffstat (limited to 'primedev/core/convar/convar.h')
-rw-r--r-- | primedev/core/convar/convar.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/primedev/core/convar/convar.h b/primedev/core/convar/convar.h index f0366b46..33a50c1c 100644 --- a/primedev/core/convar/convar.h +++ b/primedev/core/convar/convar.h @@ -1,5 +1,4 @@ #pragma once -#include "core/sourceinterface.h" #include "core/math/color.h" #include "cvar.h" #include "concommand.h" |