From a2c73b6ba3c9ea307b0b0eb94c9e769a1f31dc00 Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Mon, 12 May 2025 16:21:53 +0200 Subject: lib: move C library to new directory --- core/include/turns/turns-disposition.h | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 core/include/turns/turns-disposition.h (limited to 'core/include/turns/turns-disposition.h') diff --git a/core/include/turns/turns-disposition.h b/core/include/turns/turns-disposition.h deleted file mode 100644 index c5bb174..0000000 --- a/core/include/turns/turns-disposition.h +++ /dev/null @@ -1,18 +0,0 @@ -#ifndef TURNS_DISPOSITION_H -#define TURNS_DISPOSITION_H - -#include - -G_BEGIN_DECLS - -typedef enum -{ - TURNS_DISPOSITION_NEUTRAL, - TURNS_DISPOSITION_FRIENDLY, - TURNS_DISPOSITION_HOSTILE, - TURNS_DISPOSITION_SECRET, -} TurnsDisposition; - -G_END_DECLS - -#endif -- cgit v1.2.3