summaryrefslogtreecommitdiff
path: root/src/common/configuration.h
AgeCommit message (Collapse)AuthorFilesLines
2011-11-01Have one place where the Configuration is initializedThorbjørn Lindeijer1-2/+4
Also, removed the fallback to the standard config file path when a config file path is specified on the command line. Surely that's not what you would want to happen. Reviewed-by: Yohann Ferreira
2010-11-14Renamed .hpp files into .h for consistency.Yohann Ferreira1-0/+64
Also added an header to the autoattack.{h,cpp} files. Big but trivial fix.