summaryrefslogtreecommitdiff
path: root/src/wizard2.hpp
Commit message (Collapse)AuthorAge
* Remove redundant (void) parameters and return value castsBardur Arantsson2017-05-02
|
* Remove redundant "extern" on function declarationsBardur Arantsson2017-05-02
|
* Added missing #includesElmo Todurov2016-10-06
|
* Move r_info into GameEditDataBardur Arantsson2016-10-05
|
* Move wizard2.cc declarations to separate header fileBardur Arantsson2015-03-07
| | | | | | Move the tvals[] array to variable.cc together with most of the other globals. Mark a few local functions "static" while we're at it.
* Move cmd5.cc function declarations to separate header fileBardur Arantsson2015-02-23
Make a few of functions static, remove dead code and fix a few stray declarations while we're at it.