diff options
| author | 2025-11-24 03:19:49 +0000 | |
|---|---|---|
| committer | 2025-11-24 03:23:22 +0000 | |
| commit | 508878ff0a9e4cd8528727c41819bc2d70b33dd0 (patch) | |
| tree | 5068ea278c0fcbe0ecae5dfe0efa1057a857adfa /src/inputhud.c | |
| parent | 13ddf47d80893eb4d09ca31f5469b835f24170c7 (diff) | |
| download | sst-508878ff0a9e4cd8528727c41819bc2d70b33dd0.tar.gz sst-508878ff0a9e4cd8528727c41819bc2d70b33dd0.zip | |
Turn x86 stuff into a chunklet to help out SPT
Quick unused header cleanup pass while we're at it.
Diffstat (limited to 'src/inputhud.c')
| -rw-r--r-- | src/inputhud.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/inputhud.c b/src/inputhud.c index 6cff487..ef7f9ac 100644 --- a/src/inputhud.c +++ b/src/inputhud.c @@ -18,6 +18,7 @@ #include <math.h> +#include "chunklets/x86.h" #include "con_.h" #include "engineapi.h" #include "event.h" @@ -32,7 +33,6 @@ #include "langext.h" #include "mem.h" #include "vcall.h" -#include "x86.h" #include "x86util.h" FEATURE("button input HUD") |
