From 6bcb245024dc3b22a82db90e22887669e382883b Mon Sep 17 00:00:00 2001 From: linarphy Date: Tue, 4 Apr 2023 03:54:11 +0200 Subject: [PATCH] Add different types Some issues with playlist currently --- config.hpp.in | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 config.hpp.in diff --git a/config.hpp.in b/config.hpp.in new file mode 100644 index 0000000..0a83aac --- /dev/null +++ b/config.hpp.in @@ -0,0 +1,3 @@ +#pragma once + +#define VERSION "@version@"