#
# HELP: SYNOPSIS:
# HELP:     colotux/default/declare_vars
# HELP:
# HELP: DESCRIPTION:
# HELP:     Declare application specific variables for colotux
#

DECLARE struct $root.application
DECLARE struct $root.application.colotux

DECLARE string $root.application.colotux.datapath
CECHO ${$root.application.colotux.datapath="/ct"}
DECLARE string $root.application.colotux.processpath
CECHO ${$root.application.colotux.processpath=$root.global.dir.macros+"/colotux/user"}

DECLARE int $root.application.colotux.hideovl
DECLARE int $root.application.colotux.ovlmin    
DECLARE int $root.application.colotux.ovlmax
cecho ${$root.application.colotux.hideovl=1}
cecho ${$root.application.colotux.ovlmin=-1}
cecho ${$root.application.colotux.ovlmax=-1}
