1
0
forked from 0ad/0ad
This was SVN commit r11714.
This commit is contained in:
historic_bruno 2012-05-01 23:01:40 +00:00
parent 9173f3c81f
commit 6f06d7e69e

View File

@ -23,9 +23,9 @@
#include "maths/Fixed.h"
/**
* Player data.
* (This interface only includes the functions needed by native code for loading maps,
* and for minimap rendering; most player interaction is handled by scripts instead.)
* Technology manager interface.
* (This interface only includes the functions needed by native code for accessing
* technology modification data, the associated logic is handled in scripts)
*/
class ICmpTechnologyManager : public IComponent
{