diff options
| author | Raymaekers Luca <luca@keyfried.com> | 2024-11-03 17:25:52 +0100 |
|---|---|---|
| committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-11-03 17:25:52 +0100 |
| commit | 876d737dca178bd87560fcb88fefc6a0d8f9bf9d (patch) | |
| tree | 010b3767668dc416c56f0a51872aa485995bba8b /chatty.h | |
| parent | 1ef0e702614f5c89983392a6afd9261b7c0c5965 (diff) | |
Fixed not setting unifd and bifd
Diffstat (limited to 'chatty.h')
| -rw-r--r-- | chatty.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -44,6 +44,9 @@ typedef enum { #define global_variable #define internal static +// Enable/Disable saving clients permanently to file +// #define IMPORT_ID + global_variable s32 logfd; u32 |
