Compare commits

...

2 Commits

Author SHA1 Message Date
a1e712dcf7 Gamematrix.cpp erstellt 2025-11-03 14:31:45 +01:00
93759ebef1 Gamematrix erstellt 2025-11-03 14:30:03 +01:00
2 changed files with 4 additions and 0 deletions

View File

@ -18,6 +18,7 @@ endif()
set(SRC_FILES
${CMAKE_CURRENT_LIST_DIR}/src/main.cpp
${CMAKE_CURRENT_LIST_DIR}/src/gamecube.cpp
src/gamematrix.cpp
)
##Tom: prev: ${CMAKE_CURRENT_LIST_DIR}/linux -> now /include

3
src/gamematrix.cpp Normal file
View File

@ -0,0 +1,3 @@
//
// Created by kmust on 03.11.2025.
//