Skip to content

Commit

Permalink
adicionado código de leitura de pontuação
Browse files Browse the repository at this point in the history
  • Loading branch information
gui-cordeiro committed Aug 29, 2024
1 parent b47e3d7 commit 1a32ca2
Show file tree
Hide file tree
Showing 26 changed files with 7,348 additions and 240 deletions.
12 changes: 12 additions & 0 deletions Braile.cbp
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,20 @@
</Build>
<Compiler>
<Add option="-Wall" />
<Add directory="C:/Users/guilh/OneDrive/Documentos/Projetos GitHub/JogoDoBraile/libs/SDL2-2.28.5/x86_64-w64-mingw32/include/SDL2" />
<Add directory="C:/Users/guilh/OneDrive/Documentos/Projetos GitHub/JogoDoBraile/libs/SDL2_mixer-2.8.0/x86_64-w64-mingw32/include/SDL2" />
</Compiler>
<Linker>
<Add option="-lwinmm" />
<Add option="-lSDL2" />
<Add option="-lSDL2main" />
<Add option="-lSDL2_mixer" />
<Add library="mingw32" />
<Add library="SDL2" />
<Add library="SDL2main" />
<Add library="SDL2_mixer" />
<Add directory="C:/Users/guilh/OneDrive/Documentos/Projetos GitHub/JogoDoBraile/libs/SDL2-2.28.5/x86_64-w64-mingw32/lib" />
<Add directory="C:/Users/guilh/OneDrive/Documentos/Projetos GitHub/JogoDoBraile/libs/SDL2_mixer-2.8.0/x86_64-w64-mingw32/lib" />
</Linker>
<Unit filename="aux-threads.h" />
<Unit filename="config-functions.h" />
Expand All @@ -50,6 +61,7 @@
<Unit filename="resources.rc">
<Option compilerVar="WINDRES" />
</Unit>
<Unit filename="savesystem.h" />
<Extensions>
<lib_finder disable_auto="1" />
</Extensions>
Expand Down
Loading

0 comments on commit 1a32ca2

Please sign in to comment.