some files

This commit is contained in:
Widerstand 2025-10-28 16:21:53 +01:00
commit 1273238eb8
3 changed files with 4 additions and 0 deletions

2
.idea/Wortsalat.iml generated Normal file
View File

@ -0,0 +1,2 @@
<?xml version="1.0" encoding="UTF-8"?>
<module classpath="CMake" type="CPP_MODULE" version="4" />

1
.idea/modules.xml generated
View File

@ -2,6 +2,7 @@
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/.idea/Wortsalat.iml" filepath="$PROJECT_DIR$/.idea/Wortsalat.iml" />
<module fileurl="file://$PROJECT_DIR$/.idea/info2Praktikum-Wortsalat.iml" filepath="$PROJECT_DIR$/.idea/info2Praktikum-Wortsalat.iml" />
</modules>
</component>

View File

@ -9,6 +9,7 @@ add_executable(info2Praktikum_Wortsalat
Start_Windows/main.c
Start_Windows/game.c
Start_Windows/input.c
Start_Windows/main.c
)
if(WIN32)