ReUseX  0.0.5
3D Point Cloud Processing for Building Reuse
Loading...
Searching...
No Matches
rux_app.hpp
Go to the documentation of this file.
1// SPDX-FileCopyrightText: 2026 Povl Filip Sonne-Frederiksen
2//
3// SPDX-License-Identifier: GPL-3.0-or-later
4
5#pragma once
6
7namespace rux {
8
24int run(int argc, char **argv);
25
26} // namespace rux
int run(int argc, char **argv)
The whole of the rux CLI, minus the main() symbol itself (#249).