mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-11 17:51:04 +00:00
11 lines
214 B
C
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
|