[ADD] bullet draw function

This commit is contained in:
SemvdH
2021-04-19 23:59:57 +02:00
parent c5dfbaf890
commit 62da2772f9
3 changed files with 38 additions and 1 deletions

View File

@@ -51,6 +51,7 @@ link_directories(
# Add all the files needed to compile here
add_executable(${PROJECT_NAME}
src/main.c
src/sprites/sprites.c
../common/debugScreen.c
)