diff options
| author | Jonathan Bradley <jcb@pikum.xyz> | 2025-09-09 16:39:49 -0400 |
|---|---|---|
| committer | Jonathan Bradley <jcb@pikum.xyz> | 2025-09-09 16:39:49 -0400 |
| commit | 072154de37fe9ac6e29a25dcdae3aed363198d1b (patch) | |
| tree | a735230f3c0a003ef3dbcc38d361373426863ae5 /src/pke-at-settings.cpp | |
| parent | f5155242a383609c4830753be537f327a547b708 (diff) | |
pke-at: add placeholder main level
Diffstat (limited to 'src/pke-at-settings.cpp')
| -rw-r--r-- | src/pke-at-settings.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/pke-at-settings.cpp b/src/pke-at-settings.cpp new file mode 100644 index 0000000..3f5c6c0 --- /dev/null +++ b/src/pke-at-settings.cpp @@ -0,0 +1,4 @@ + +#include "pke-at-settings.hpp" + +struct pke_at_global_settings pke_at_settings{}; |
