Hpp and better imports

This commit is contained in:
2025-08-12 17:36:08 +02:00
parent 2f401e8d32
commit 378e2d74cf
26 changed files with 63 additions and 82 deletions

View File

@@ -0,0 +1,7 @@
// SPDX-License-Identifier: BSD-2-Clause
#pragma once
enum class Side {
LEFT, RIGHT
};