From 35a96bde514a8897f6f0fcc41c5833bf63df2e2a Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 27 Apr 2024 18:29:01 +0200 Subject: Adding upstream version 1.0.2. Signed-off-by: Daniel Baumann --- src/conditions.h | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 src/conditions.h (limited to 'src/conditions.h') diff --git a/src/conditions.h b/src/conditions.h new file mode 100644 index 0000000..939532a --- /dev/null +++ b/src/conditions.h @@ -0,0 +1,17 @@ +// SPDX-License-Identifier: GPL-2.0-or-later +/** @file + * TODO: insert short description here + *//* + * Authors: see git history + * + * Copyright (C) 2018 Authors + * Released under GNU GPL v2+, read the file 'COPYING' for more information. + */ +#ifndef CONDITIONS_H_ +#define CONDITIONS_H_ + +class SPItem; + +bool sp_item_evaluate(SPItem const *item); + +#endif /*CONDITIONS_H_*/ -- cgit v1.2.3