Added halo.hpp & halo.cpp

This commit is contained in:
Alfredo Beaumont 2004-05-25 15:23:32 +00:00
parent 612d64893d
commit bfd84e7010
2 changed files with 40 additions and 30 deletions

View File

@ -42,6 +42,7 @@ wesnoth_SOURCES = about.cpp \
game_config.cpp \
game_events.cpp \
gamestatus.cpp \
halo.cpp \
hotkeys.cpp \
image.cpp \
intro.cpp \
@ -79,7 +80,7 @@ wesnoth_SOURCES = about.cpp \
unit_types.cpp \
video.cpp \
widgets/button.cpp \
widgets/file_chooser.cpp \
widgets/file_chooser.cpp \
widgets/combo.cpp \
widgets/menu.cpp \
widgets/scrollbar.cpp \
@ -104,6 +105,7 @@ wesnoth_SOURCES = about.cpp \
game_config.hpp \
game_events.hpp \
gamestatus.hpp \
halo.hpp \
hotkeys.hpp \
image.hpp \
intro.hpp \
@ -143,7 +145,7 @@ wesnoth_SOURCES = about.cpp \
util.hpp \
video.hpp \
widgets/button.hpp \
widgets/file_chooser.hpp \
widgets/file_chooser.hpp \
widgets/combo.hpp \
widgets/menu.hpp \
widgets/scrollbar.hpp \
@ -160,8 +162,8 @@ wesnoth_editor_SOURCES = editor/editor.cpp \
editor/map_manip.cpp \
editor/editor_palettes.cpp \
editor/editor_main.cpp \
editor/editor_dialogs.cpp \
editor/editor_undo.cpp \
editor/editor_dialogs.cpp \
editor/editor_undo.cpp \
actions.cpp \
ai.cpp \
ai_attack.cpp \
@ -178,6 +180,7 @@ wesnoth_editor_SOURCES = editor/editor.cpp \
game_config.cpp \
game_events.cpp \
gamestatus.cpp \
halo.cpp \
hotkeys.cpp \
image.cpp \
intro.cpp \
@ -210,7 +213,7 @@ wesnoth_editor_SOURCES = editor/editor.cpp \
unit_types.cpp \
video.cpp \
widgets/button.cpp \
widgets/file_chooser.cpp \
widgets/file_chooser.cpp \
widgets/menu.cpp \
widgets/textbox.cpp \
widgets/scrollbar.cpp \
@ -220,8 +223,8 @@ wesnoth_editor_SOURCES = editor/editor.cpp \
editor/editor_layout.hpp \
editor/map_manip.hpp \
editor/editor_palettes.hpp \
editor/editor_dialogs.hpp \
editor/editor_undo.hpp \
editor/editor_dialogs.hpp \
editor/editor_undo.hpp \
actions.hpp \
ai.hpp \
ai_attack.hpp \
@ -238,6 +241,7 @@ wesnoth_editor_SOURCES = editor/editor.cpp \
game_config.hpp \
game_events.hpp \
gamestatus.hpp \
halo.hpp \
hotkeys.hpp \
image.hpp \
intro.hpp \
@ -270,7 +274,7 @@ wesnoth_editor_SOURCES = editor/editor.cpp \
unit_types.hpp \
video.hpp \
widgets/button.hpp \
widgets/file_chooser.hpp \
widgets/file_chooser.hpp \
widgets/menu.hpp \
widgets/textbox.hpp \
widgets/scrollbar.hpp \

View File

@ -184,6 +184,7 @@ wesnoth_SOURCES = about.cpp \
game_config.cpp \
game_events.cpp \
gamestatus.cpp \
halo.cpp \
hotkeys.cpp \
image.cpp \
intro.cpp \
@ -221,7 +222,7 @@ wesnoth_SOURCES = about.cpp \
unit_types.cpp \
video.cpp \
widgets/button.cpp \
widgets/file_chooser.cpp \
widgets/file_chooser.cpp \
widgets/combo.cpp \
widgets/menu.cpp \
widgets/scrollbar.cpp \
@ -246,6 +247,7 @@ wesnoth_SOURCES = about.cpp \
game_config.hpp \
game_events.hpp \
gamestatus.hpp \
halo.hpp \
hotkeys.hpp \
image.hpp \
intro.hpp \
@ -285,7 +287,7 @@ wesnoth_SOURCES = about.cpp \
util.hpp \
video.hpp \
widgets/button.hpp \
widgets/file_chooser.hpp \
widgets/file_chooser.hpp \
widgets/combo.hpp \
widgets/menu.hpp \
widgets/scrollbar.hpp \
@ -303,8 +305,8 @@ wesnoth_editor_SOURCES = editor/editor.cpp \
editor/map_manip.cpp \
editor/editor_palettes.cpp \
editor/editor_main.cpp \
editor/editor_dialogs.cpp \
editor/editor_undo.cpp \
editor/editor_dialogs.cpp \
editor/editor_undo.cpp \
actions.cpp \
ai.cpp \
ai_attack.cpp \
@ -321,6 +323,7 @@ wesnoth_editor_SOURCES = editor/editor.cpp \
game_config.cpp \
game_events.cpp \
gamestatus.cpp \
halo.cpp \
hotkeys.cpp \
image.cpp \
intro.cpp \
@ -353,7 +356,7 @@ wesnoth_editor_SOURCES = editor/editor.cpp \
unit_types.cpp \
video.cpp \
widgets/button.cpp \
widgets/file_chooser.cpp \
widgets/file_chooser.cpp \
widgets/menu.cpp \
widgets/textbox.cpp \
widgets/scrollbar.cpp \
@ -363,8 +366,8 @@ wesnoth_editor_SOURCES = editor/editor.cpp \
editor/editor_layout.hpp \
editor/map_manip.hpp \
editor/editor_palettes.hpp \
editor/editor_dialogs.hpp \
editor/editor_undo.hpp \
editor/editor_dialogs.hpp \
editor/editor_undo.hpp \
actions.hpp \
ai.hpp \
ai_attack.hpp \
@ -381,6 +384,7 @@ wesnoth_editor_SOURCES = editor/editor.cpp \
game_config.hpp \
game_events.hpp \
gamestatus.hpp \
halo.hpp \
hotkeys.hpp \
image.hpp \
intro.hpp \
@ -413,7 +417,7 @@ wesnoth_editor_SOURCES = editor/editor.cpp \
unit_types.hpp \
video.hpp \
widgets/button.hpp \
widgets/file_chooser.hpp \
widgets/file_chooser.hpp \
widgets/menu.hpp \
widgets/textbox.hpp \
widgets/scrollbar.hpp \
@ -441,10 +445,11 @@ am_wesnoth_OBJECTS = about.$(OBJEXT) actions.$(OBJEXT) ai.$(OBJEXT) \
dialogs.$(OBJEXT) display.$(OBJEXT) events.$(OBJEXT) \
filesystem.$(OBJEXT) font.$(OBJEXT) game.$(OBJEXT) \
game_config.$(OBJEXT) game_events.$(OBJEXT) \
gamestatus.$(OBJEXT) hotkeys.$(OBJEXT) image.$(OBJEXT) \
intro.$(OBJEXT) key.$(OBJEXT) language.$(OBJEXT) log.$(OBJEXT) \
map.$(OBJEXT) map_label.$(OBJEXT) mapgen.$(OBJEXT) \
mapgen_dialog.$(OBJEXT) mouse.$(OBJEXT) multiplayer.$(OBJEXT) \
gamestatus.$(OBJEXT) halo.$(OBJEXT) hotkeys.$(OBJEXT) \
image.$(OBJEXT) intro.$(OBJEXT) key.$(OBJEXT) \
language.$(OBJEXT) log.$(OBJEXT) map.$(OBJEXT) \
map_label.$(OBJEXT) mapgen.$(OBJEXT) mapgen_dialog.$(OBJEXT) \
mouse.$(OBJEXT) multiplayer.$(OBJEXT) \
multiplayer_client.$(OBJEXT) multiplayer_connect.$(OBJEXT) \
multiplayer_lobby.$(OBJEXT) network.$(OBJEXT) \
pathfind.$(OBJEXT) playlevel.$(OBJEXT) playturn.$(OBJEXT) \
@ -469,8 +474,8 @@ am_wesnoth_editor_OBJECTS = editor.$(OBJEXT) editor_layout.$(OBJEXT) \
cavegen.$(OBJEXT) config.$(OBJEXT) cursor.$(OBJEXT) \
dialogs.$(OBJEXT) display.$(OBJEXT) events.$(OBJEXT) \
filesystem.$(OBJEXT) font.$(OBJEXT) game_config.$(OBJEXT) \
game_events.$(OBJEXT) gamestatus.$(OBJEXT) hotkeys.$(OBJEXT) \
image.$(OBJEXT) intro.$(OBJEXT) key.$(OBJEXT) \
game_events.$(OBJEXT) gamestatus.$(OBJEXT) halo.$(OBJEXT) \
hotkeys.$(OBJEXT) image.$(OBJEXT) intro.$(OBJEXT) key.$(OBJEXT) \
language.$(OBJEXT) log.$(OBJEXT) map_label.$(OBJEXT) \
map.$(OBJEXT) mapgen.$(OBJEXT) mapgen_dialog.$(OBJEXT) \
mouse.$(OBJEXT) network.$(OBJEXT) pathfind.$(OBJEXT) \
@ -507,14 +512,14 @@ am__depfiles_maybe = depfiles
@AMDEP_TRUE@ ./$(DEPDIR)/filesystem.Po ./$(DEPDIR)/font.Po \
@AMDEP_TRUE@ ./$(DEPDIR)/game.Po ./$(DEPDIR)/game_config.Po \
@AMDEP_TRUE@ ./$(DEPDIR)/game_events.Po \
@AMDEP_TRUE@ ./$(DEPDIR)/gamestatus.Po ./$(DEPDIR)/hotkeys.Po \
@AMDEP_TRUE@ ./$(DEPDIR)/image.Po ./$(DEPDIR)/intro.Po \
@AMDEP_TRUE@ ./$(DEPDIR)/key.Po ./$(DEPDIR)/language.Po \
@AMDEP_TRUE@ ./$(DEPDIR)/log.Po ./$(DEPDIR)/map.Po \
@AMDEP_TRUE@ ./$(DEPDIR)/map_label.Po ./$(DEPDIR)/map_manip.Po \
@AMDEP_TRUE@ ./$(DEPDIR)/mapgen.Po ./$(DEPDIR)/mapgen_dialog.Po \
@AMDEP_TRUE@ ./$(DEPDIR)/menu.Po ./$(DEPDIR)/mouse.Po \
@AMDEP_TRUE@ ./$(DEPDIR)/multiplayer.Po \
@AMDEP_TRUE@ ./$(DEPDIR)/gamestatus.Po ./$(DEPDIR)/halo.Po \
@AMDEP_TRUE@ ./$(DEPDIR)/hotkeys.Po ./$(DEPDIR)/image.Po \
@AMDEP_TRUE@ ./$(DEPDIR)/intro.Po ./$(DEPDIR)/key.Po \
@AMDEP_TRUE@ ./$(DEPDIR)/language.Po ./$(DEPDIR)/log.Po \
@AMDEP_TRUE@ ./$(DEPDIR)/map.Po ./$(DEPDIR)/map_label.Po \
@AMDEP_TRUE@ ./$(DEPDIR)/map_manip.Po ./$(DEPDIR)/mapgen.Po \
@AMDEP_TRUE@ ./$(DEPDIR)/mapgen_dialog.Po ./$(DEPDIR)/menu.Po \
@AMDEP_TRUE@ ./$(DEPDIR)/mouse.Po ./$(DEPDIR)/multiplayer.Po \
@AMDEP_TRUE@ ./$(DEPDIR)/multiplayer_client.Po \
@AMDEP_TRUE@ ./$(DEPDIR)/multiplayer_connect.Po \
@AMDEP_TRUE@ ./$(DEPDIR)/multiplayer_lobby.Po \
@ -624,6 +629,7 @@ distclean-compile:
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/game_config.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/game_events.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gamestatus.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/halo.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hotkeys.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/image.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/intro.Po@am__quote@