diff options
| author | frosty <frosty@illegalfirearms.store> | 2026-01-06 23:46:24 -0500 |
|---|---|---|
| committer | frosty <frosty@illegalfirearms.store> | 2026-01-06 23:46:24 -0500 |
| commit | f3aa7ca0bc2ef7c286609e8f87d07cc2568093af (patch) | |
| tree | 269352af1238b4dd7c3e2e023f71a27b858cdb34 /src/Utility/Utility.h | |
rebase(d)
Diffstat (limited to 'src/Utility/Utility.h')
| -rw-r--r-- | src/Utility/Utility.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/Utility/Utility.h b/src/Utility/Utility.h new file mode 100644 index 0000000..3b0181c --- /dev/null +++ b/src/Utility/Utility.h @@ -0,0 +1,6 @@ +#ifndef UTILITY_H +#define UTILITY_H + +int hex_to_int(char c); + +#endif |
