Lib
From VCMI Project Wiki
Lib consists of two logical parts:
Library of general-purpose structures
These classes belong to VCMI_lib project and handle objects specific to game, used by higher-level mehcanics and interfaces. Therefore, library needs to be compiled prior to any other project in solution.
- int3
- Creature set
- Bonus
- Json parser
Game object handlers
- Adventure object handler
- Artifact handler
- Town building handler
- Campaign handler
- Hero handler
- Spell handler
- Town handler
- Lod handler
- General text handler