-
Notifications
You must be signed in to change notification settings - Fork 2
/
SpacePizza.cbp
110 lines (110 loc) · 3.69 KB
/
SpacePizza.cbp
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<CodeBlocks_project_file>
<FileVersion major="1" minor="6" />
<Project>
<Option title="SpacePizza" />
<Option pch_mode="2" />
<Option compiler="gcc" />
<Build>
<Target title="Debug">
<Option output="bin/Debug/SpacePizza" prefix_auto="1" extension_auto="1" />
<Option object_output="obj/Debug/" />
<Option type="1" />
<Option compiler="gcc" />
<Compiler>
<Add option="-g" />
<Add directory="include" />
</Compiler>
<Linker>
<Add library="sfml-graphics" />
<Add library="sfml-window" />
<Add library="sfml-system" />
<Add library="sfml-audio" />
</Linker>
</Target>
<Target title="Release">
<Option output="bin/Release/SpacePizza" prefix_auto="1" extension_auto="1" />
<Option object_output="obj/Release/" />
<Option type="0" />
<Option compiler="gcc" />
<Compiler>
<Add option="-O2" />
<Add directory="include" />
</Compiler>
<Linker>
<Add option="-s" />
<Add library="sfml-graphics" />
<Add library="sfml-window" />
<Add library="sfml-system" />
<Add library="sfml-audio" />
</Linker>
</Target>
</Build>
<Compiler>
<Add option="-Wall" />
</Compiler>
<Unit filename="assets/howtoplay/1.png" />
<Unit filename="assets/howtoplay/2.png" />
<Unit filename="assets/howtoplay/3.png" />
<Unit filename="assets/howtoplay/4.png" />
<Unit filename="assets/howtoplay/5.png" />
<Unit filename="assets/howtoplay/6.png" />
<Unit filename="cb.bmp" />
<Unit filename="include/Alcantarilla.h" />
<Unit filename="include/Car.h" />
<Unit filename="include/ControladorSonido.h" />
<Unit filename="include/EComo.h" />
<Unit filename="include/EFin.h" />
<Unit filename="include/EJugando.h" />
<Unit filename="include/EMenu.h" />
<Unit filename="include/Enemigo.h" />
<Unit filename="include/Item.h" />
<Unit filename="include/Juego.h" />
<Unit filename="include/Jugador.h" />
<Unit filename="include/Mapa.h" />
<Unit filename="include/MaquinaEstados.h" />
<Unit filename="include/MathHelper.h" />
<Unit filename="include/Motor2D.h" />
<Unit filename="include/Mundo.h" />
<Unit filename="include/Path.h" />
<Unit filename="include/PhysicsState.h" />
<Unit filename="include/Popup.h" />
<Unit filename="include/Puntuacion.h" />
<Unit filename="include/State.h" />
<Unit filename="include/SuperSprite.h" />
<Unit filename="lib/tinyxml/tinystr.cpp" />
<Unit filename="lib/tinyxml/tinystr.h" />
<Unit filename="lib/tinyxml/tinyxml.cpp" />
<Unit filename="lib/tinyxml/tinyxml.h" />
<Unit filename="lib/tinyxml/tinyxml2.cpp" />
<Unit filename="lib/tinyxml/tinyxml2.h" />
<Unit filename="lib/tinyxml/tinyxmlerror.cpp" />
<Unit filename="lib/tinyxml/tinyxmlparser.cpp" />
<Unit filename="main.cpp" />
<Unit filename="src/Alcantarilla.cpp" />
<Unit filename="src/Car.cpp" />
<Unit filename="src/ControladorSonido.cpp" />
<Unit filename="src/EComo.cpp" />
<Unit filename="src/EFin.cpp" />
<Unit filename="src/EJugando.cpp" />
<Unit filename="src/EMenu.cpp" />
<Unit filename="src/Enemigo.cpp" />
<Unit filename="src/Item.cpp" />
<Unit filename="src/Juego.cpp" />
<Unit filename="src/Jugador.cpp" />
<Unit filename="src/Mapa.cpp" />
<Unit filename="src/MaquinaEstados.cpp" />
<Unit filename="src/MathHelper.cpp" />
<Unit filename="src/Motor2D.cpp" />
<Unit filename="src/Mundo.cpp" />
<Unit filename="src/Path.cpp" />
<Unit filename="src/PhysicsState.cpp" />
<Unit filename="src/Popup.cpp" />
<Unit filename="src/Puntuacion.cpp" />
<Unit filename="src/SuperSprite.cpp" />
<Extensions>
<code_completion />
<debugger />
</Extensions>
</Project>
</CodeBlocks_project_file>