aboutsummaryrefslogtreecommitdiff
path: root/player/config.f90
blob: 96c775cf83a0fd762444757212ecb2e6a399fff0 (plain)
1
2
3
4
5
6
7
8
module config
implicit none

    character(len=:), pointer::working_directory
    character(len=:), pointer::logfile
    character(len=1024)::captain
    character(len=36)::token
end module config