1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-08-11 17:51:04 +00:00
luanti/src/benchmark/benchmark.h

11 lines
214 B
C

// Luanti
// SPDX-License-Identifier: LGPL-2.1-or-later
// Copyright (C) 2022 Minetest Authors
#pragma once
#include "config.h"
#if BUILD_BENCHMARKS
extern bool run_benchmarks(const char *arg = nullptr);
#endif