Compare commits

..

2 Commits

Author SHA1 Message Date
f759b70029 gamestate update 2025-12-08 17:08:53 +01:00
526bfc7f5c gamestate update 2025-12-08 17:07:42 +01:00
2 changed files with 12 additions and 1 deletions

9
.idea/modules.xml generated Normal file
View File

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/.idea/Prog3Game.iml" filepath="$PROJECT_DIR$/.idea/Prog3Game.iml" />
<module fileurl="file://$PROJECT_DIR$/.idea/Programmieren_3b.iml" filepath="$PROJECT_DIR$/.idea/Programmieren_3b.iml" />
</modules>
</component>
</project>

View File

@ -24,7 +24,9 @@ set(INCLUDE_DIRS
)
# Create the executable target
add_executable(${PROJECT_NAME} ${SRC_FILES})
add_executable(${PROJECT_NAME} ${SRC_FILES}
raylib/menu.h
src/menu.cpp)
# Add include directories to the target
target_include_directories(${PROJECT_NAME} PRIVATE ${INCLUDE_DIRS})