summaryrefslogtreecommitdiff
path: root/src/randart.cc
Commit message (Collapse)AuthorAge
* Split option variables into separate header and source fileBardur Arantsson2015-03-07
| | | | | | | | | Remove unused testing_stack testing_carry options while we're at it.
* Split object*.cc declarations into separate header filesBardur Arantsson2015-03-07
|
* 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.
* Split spells2.cc function declarations to separate header fileBardur Arantsson2015-02-23
|
* Move randart.cc declarations to separate headerBardur Arantsson2015-02-23
|
* Move mimic.cc function delcarations into separate headerBardur Arantsson2015-02-23
|
* Clean up warnings about signed/unsigned comparisonsBardur Arantsson2015-02-23
|
* Switch almost everything over to C++Bardur Arantsson2013-09-27