Revision 058a5170
Von Christian Ehringfeld vor mehr als 9 Jahren hinzugefügt
src/entityinstancefactory.cpp | ||
---|---|---|
#include "entity.h"
|
||
#include "entityhelper.h"
|
||
#include <QMetaType>
|
||
#include <QDebug>
|
||
using namespace CuteEntityManager;
|
||
|
||
QHash<QByteArray, EntityInstanceFactory::Constructor>
|
src/entityinstancefactory.h | ||
---|---|---|
#include <QString>
|
||
#include <QVariant>
|
||
#include <QHash>
|
||
|
||
namespace CuteEntityManager {
|
||
class Entity;
|
||
class EntityInstanceFactory {
|
Auch abrufbar als: Unified diff
toooooo late