diff options
author | BobTheBob9 <for.oliver.kirkham@gmail.com> | 2022-10-08 01:44:02 +0100 |
---|---|---|
committer | BobTheBob9 <for.oliver.kirkham@gmail.com> | 2022-10-08 01:44:02 +0100 |
commit | d7d92226bc13710f2387492d893187faf8da738b (patch) | |
tree | 5e80c337bdfe9fdce6a46aac44f3a02f62c0e3e3 /NorthstarDLL/misccommands.h | |
parent | b03070d5b4575581ff6183cada8083446caa351e (diff) | |
download | NorthstarLauncher-d7d92226bc13710f2387492d893187faf8da738b.tar.gz NorthstarLauncher-d7d92226bc13710f2387492d893187faf8da738b.zip |
fixup command flags better and reformat
Diffstat (limited to 'NorthstarDLL/misccommands.h')
-rw-r--r-- | NorthstarDLL/misccommands.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/NorthstarDLL/misccommands.h b/NorthstarDLL/misccommands.h index fbd41b32..07a07fb3 100644 --- a/NorthstarDLL/misccommands.h +++ b/NorthstarDLL/misccommands.h @@ -1,2 +1,3 @@ #pragma once void AddMiscConCommands(); +void FixupCvarFlags(); |