aboutsummaryrefslogtreecommitdiff
path: root/engines/lastexpress/fight/fighter.cpp
AgeCommit message (Collapse)Author
2014-02-18LASTEXPRESS: Make GPL headers consistent in themselves.Johannes Schickel
2012-07-14LASTEXPRESS: CleanupLittleboy
- Add missing initializer/destructors - Add some const modifiers - Remove some unneeded casts - Use enumeration values in switch constructs
2011-06-28LASTEXPRESS: Move Sound class to the sound folderLittleboy
2011-06-22LASTEXPRESS: Refactor Fight classLittleboy
- Replace structs holding function pointers by proper classes - Move each fighter functions to separate files