Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision da511514

Von Sebastian Diel vor fast 9 Jahren hinzugefügt

  • ID da511514a6a95d72fd13efdf1f8c6754b9b49cfd
  • Vorgänger 72b5abad
  • Nachfolger 9e62667d

Hoffnungslos

Unterschiede anzeigen:

src/entity.h
#include <QStack>
#include <QQueue>
#include "entityinstancefactory.h"
#if defined CUTE_ENTITY_MANAGER_LIBRARY
#define CUTE_ENTITY_MANAGER_LIBRARY_COMMON_DLLSPEC Q_DECL_EXPORT
#else
#define CUTE_ENTITY_MANAGER_LIBRARY_COMMON_DLLSPEC Q_DECL_IMPORT
#endif
namespace CuteEntityManager {
/**
* You mustn't name any persisted property objectName, because its pre used by Qt and will be ignored by Entity Manager
* @brief The Entity class
src/entitymanager.h
#include "entityinstancefactory.h"
#include "cache.h"
#if defined CUTE_ENTITY_MANAGER_LIBRARY
#define CUTE_ENTITY_MANAGER_LIBRARY_COMMON_DLLSPEC Q_DECL_EXPORT
#else
#define CUTE_ENTITY_MANAGER_LIBRARY_COMMON_DLLSPEC Q_DECL_IMPORT
#endif
namespace CuteEntityManager {
class EntityManager : public QObject {

Auch abrufbar als: Unified diff