summaryrefslogtreecommitdiff
path: root/src/gods.cc
Commit message (Collapse)AuthorAge
* Split util.cc function declarations into separate header filesBardur Arantsson2015-02-23
| | | | | We need one .h file and one .hpp since some of the functions are being called from plain C code.
* Move show_god_info() declaration to its proper locationBardur Arantsson2015-02-23
| | | | Remove unused parameter while we're at it.
* Move xtra2.cc functions to separate headerBardur Arantsson2015-02-23
| | | | Remove some functions and make others static while we're at it.
* Move skills.cc function declarations to skills.hppBardur Arantsson2015-02-23
|
* Move gods.cc function declarations to separate headerBardur Arantsson2015-02-23
|
* Remove all uses of sglibBardur Arantsson2014-12-18
|
* Switch almost everything over to C++Bardur Arantsson2013-09-27