From c45004b73bb045328a724d1d860df6d1515af6d4 Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Fri, 23 May 2025 13:51:10 +0200 Subject: lib: split out header files --- lib/src/turnsmm/init.hpp | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 lib/src/turnsmm/init.hpp (limited to 'lib/src/turnsmm/init.hpp') diff --git a/lib/src/turnsmm/init.hpp b/lib/src/turnsmm/init.hpp deleted file mode 100644 index c22b4c9..0000000 --- a/lib/src/turnsmm/init.hpp +++ /dev/null @@ -1,14 +0,0 @@ -/* - * SPDX-FileCopyrightText: 2025 Felix Morgner - * SPDX-License-Identifier: LGPL-2.1-only - */ - -#ifndef TURNSMM_INIT_HPP -#define TURNSMM_INIT_HPP - -namespace Turns -{ - void init(void); -} - -#endif -- cgit v1.2.3