diff options
author | Ren Kararou <[email protected]> | 2024-12-19 00:45:44 -0600 |
---|---|---|
committer | Ren Kararou <[email protected]> | 2024-12-19 00:45:44 -0600 |
commit | 91033b583a9b4adede6866a6baf23304edf28871 (patch) | |
tree | db03ca4bb66b3b8ff1f98791062dd87b2d38561b /inc | |
download | nbtpd-91033b583a9b4adede6866a6baf23304edf28871.tar.gz nbtpd-91033b583a9b4adede6866a6baf23304edf28871.tar.bz2 nbtpd-91033b583a9b4adede6866a6baf23304edf28871.zip |
initial commit
Diffstat (limited to 'inc')
-rw-r--r-- | inc/placeholder.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/inc/placeholder.h b/inc/placeholder.h new file mode 100644 index 0000000..106cd4e --- /dev/null +++ b/inc/placeholder.h @@ -0,0 +1,5 @@ +// This file is a placeholder so git keeps the inc/ folder. +#ifndef NBTPD_PLACEHOLDER_H +#define NBTPD_PLACEHOLDER_H + +#endif |