summaryrefslogtreecommitdiff
path: root/src/skills.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 s_{info,descriptors} to Game/GameEdtiDataBardur Arantsson2016-10-05
|
* Move ability_type::acquired to p_ptr structBardur Arantsson2016-09-17
| | | | | | | This is justified by the fact that the 'acquired' flag is actually a player-centered bit of information and must be loaded/saved. Everything else in ability_type is defined by the *.txt files.
* Split types.h into separate header for each typeBardur Arantsson2015-06-07
|
* Move skills.cc function declarations to skills.hppBardur Arantsson2015-02-23