Remove game/preview functions split in library mode, just let normal procedure run instead:
- Remove tons of HWLIBRARY ifdefs
- Override ParamCount and ParamStr to let GetParams work
- Small fixes here and there
file(GLOB HedgehogSprites *.png)
install(FILES
${HedgehogSprites}
DESTINATION ${SHAREPATH}Data/Graphics/Hedgehog)