Engine:
+ Play sound when switching hogs
+ Save screenshots to home directory instead of working directory
+ Use Windows bitmap format for screenshots under Win32 (more common and better supported)
* Fix compiler warnings
if(WIN32 AND NOT UNIX)
file(GLOB DLLs *.dll)
install(FILES
${DLLs}
DESTINATION bin)
endif(WIN32 AND NOT UNIX)