Engine:
* Changed order of game goals
* Added texture drawing (based on pixel width/height; unused in HEAD right now but working on some ideas)
* Added comments to trainings
file(GLOB Trainings *.hwt)
file(GLOB Singleplayer *.hwm)
file(GLOB Cooperative *.hwc)
install(FILES
${Trainings}
${Singleplayer}
${Cooperative}
DESTINATION ${SHAREPATH}Data/Missions)