Difference between revisions of "Lib"

From VCMI Project Wiki
Jump to: navigation, search
(Library of general-purpose structures)
(Library of general-purpose structures)
Line 3: Line 3:
 
== Library of general-purpose structures ==
 
== Library of general-purpose structures ==
  
These classes belong to VCMI_lib project and handle objects specific to game.
+
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
 
* int3

Revision as of 13:16, 10 November 2011

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.

Game object handlers