1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-11-08 03:05:18 +01:00
Files
luanti/src/benchmark/benchmark.h

12 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