Pyrogenesis
13997
|
#include "precompiled.h"
#include "CmpPtr.h"
#include "simulation2/system/ComponentManager.h"
#include "simulation2/system/SimContext.h"
#include "simulation2/Simulation2.h"
Go to the source code of this file.
Functions | |
IComponent * | QueryInterface (const CSimContext &context, entity_id_t ent, int iid) |
IComponent * | QueryInterface (const CSimulation2 &simulation, entity_id_t ent, int iid) |
IComponent* QueryInterface | ( | const CSimContext & | context, |
entity_id_t | ent, | ||
int | iid | ||
) |
Definition at line 26 of file CmpPtr.cpp.
IComponent* QueryInterface | ( | const CSimulation2 & | simulation, |
entity_id_t | ent, | ||
int | iid | ||
) |
Definition at line 31 of file CmpPtr.cpp.