diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-11-03 17:25:52 +0100 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-11-03 17:25:52 +0100 |
commit | 2095518fda727625f589fd48982967773a3f2730 (patch) | |
tree | 010b3767668dc416c56f0a51872aa485995bba8b /chatty.h | |
parent | 4b3dfeddc15908fdf53df42818ed167addc71659 (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 |