- Remove support for variables in command handlers
- Make parameter to RegisterVariable typed instead of just pointer
- Catch a bug due to wrong type passed to RegisterVariable
file(GLOB txtnames *.txt)
file(GLOB cfgnames *.cfg)
install(FILES
types.ini
${txtnames}
${cfgnames}
DESTINATION ${SHAREPATH}Data/Names)