From 94709c3f297fa2e9fc0bdaee99642fecbfcef6b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Dubois?= Date: Thu, 14 Nov 2024 09:54:42 +0100 Subject: [PATCH] Creation of navigation --- src/navigation.cpp | 1 + 1 file changed, 1 insertion(+) create mode 100644 src/navigation.cpp diff --git a/src/navigation.cpp b/src/navigation.cpp new file mode 100644 index 0000000..44b4ba4 --- /dev/null +++ b/src/navigation.cpp @@ -0,0 +1 @@ +//Include libraries \ No newline at end of file