diff --git a/.idea/Wortsalat.iml b/.idea/Wortsalat.iml new file mode 100644 index 0000000..f08604b --- /dev/null +++ b/.idea/Wortsalat.iml @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml index bc895f6..662b2dc 100644 --- a/.idea/modules.xml +++ b/.idea/modules.xml @@ -2,6 +2,7 @@ + diff --git a/CMakeLists.txt b/CMakeLists.txt index 96c5c67..1db1a06 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)