diff options
| author | bakkeby <[email protected]> | 2019-09-05 00:32:39 +0200 |
|---|---|---|
| committer | bakkeby <[email protected]> | 2019-09-05 13:35:52 +0200 |
| commit | 2c9a889b22fd0e92f64ab6d35584f24e4076ddd8 (patch) | |
| tree | 946d823737e0f4f48aec481b9b7c6b0e90510ee9 /patch/include.c | |
| parent | c34c536f3eabd0ede74b3e3de5fc7119984d5f5f (diff) | |
| download | dwm-flexipatch-2c9a889b22fd0e92f64ab6d35584f24e4076ddd8.tar.gz dwm-flexipatch-2c9a889b22fd0e92f64ab6d35584f24e4076ddd8.zip | |
Adding README.md
Diffstat (limited to 'patch/include.c')
| -rw-r--r-- | patch/include.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/patch/include.c b/patch/include.c new file mode 100644 index 0000000..de31d1e --- /dev/null +++ b/patch/include.c @@ -0,0 +1,5 @@ + +#if ALPHA_PATCH +#include "alpha.c" +#endif + |
