Semi-standardize usage of icons in many mission panels
* Question mark: Decision / user input
* Exclamation mark: Tutorial message / information
* Hedgehog: Mission introduction
* -amSkip: Mission failure
* Star: Mission success / end of game
file(GLOB vertshaders *.vs)
file(GLOB fragshaders *.fs)
install(FILES
${vertshaders}
${fragshaders}
DESTINATION ${SHAREPATH}Data/Shaders)