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

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