8 lines
286 B
C
8 lines
286 B
C
|
|
/* SPDX-License-Identifier: LGPL-3.0-only
|
||
|
|
SPDX-FileCopyrightText: Copyright (C) 2026 Catcrafts® */
|
||
|
|
|
||
|
|
/* Included from counter.c — the C compile path keeps all of its dependencies in
|
||
|
|
#includes, so it has nothing but the depfile to go on. */
|
||
|
|
#pragma once
|
||
|
|
|
||
|
|
#define COUNTER_LIMIT 5
|