gwnavgeneration/generator/abstractdataindexblobbuilder_fromgenerator.h Source File
Go to the documentation of this file.
11 #ifndef GwNavGen_AbstractDataIndexBlobBuilder_FromGenerator_H
12 #define GwNavGen_AbstractDataIndexBlobBuilder_FromGenerator_H
26 class AbstractDataIndexBlobBuilder_FromGenerator :
public BaseBlobBuilder<AbstractDataIndex>
29 AbstractDataIndexBlobBuilder_FromGenerator(Generator* generator) { m_generator = generator; }
32 virtual void DoBuild();
34 Generator* m_generator;
Definition: gamekitcrowddispersion.h:20