diff options
author | pommicket <pommicket@gmail.com> | 2023-01-02 13:20:16 -0500 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2023-01-02 13:20:16 -0500 |
commit | 1dc24e79ec7cf80e06b9c4e7cc55e18857b624c1 (patch) | |
tree | 9537660776906e08d5b4f511926bf4a1c8f4c644 /config.c | |
parent | 9844c679b4a4fb42c97f80e5653dea7c73ff0edf (diff) |
restructure LSP stuff
Diffstat (limited to 'config.c')
-rw-r--r-- | config.c | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -7,7 +7,9 @@ // [section2] // asdf = 123 -// all the "control" pointers here are relative to a NULL Settings object. +#include "ted.h" + +// all the "control" pointers here are relative to `settings_zero`. typedef struct { const char *name; const bool *control; |