Fix build errors with mind::globalMind and Qualia headers
This commit is contained in:
@@ -85,8 +85,10 @@ private:
|
||||
class MindThreadLifetimeMgmtOp;
|
||||
};
|
||||
|
||||
namespace mind {
|
||||
// Global Mind instance will be defined in marionette.cpp
|
||||
extern std::shared_ptr<Mind> globalMind;
|
||||
} // namespace mind
|
||||
|
||||
} // namespace smo
|
||||
|
||||
|
||||
@@ -40,8 +40,6 @@ public:
|
||||
std::vector<std::shared_ptr<Mind>> minds;
|
||||
};
|
||||
|
||||
extern std::shared_ptr<Mind> globalMind;
|
||||
|
||||
} // namespace mind
|
||||
} // namespace smo
|
||||
|
||||
|
||||
@@ -3,6 +3,8 @@
|
||||
|
||||
#include <quale.h>
|
||||
|
||||
namespace smo {
|
||||
|
||||
class PleasurableQuale
|
||||
: public NonNeutralQuale
|
||||
{
|
||||
@@ -17,4 +19,6 @@ public:
|
||||
virtual void eventInd(void);
|
||||
};
|
||||
|
||||
} // namespace smo
|
||||
|
||||
#endif
|
||||
|
||||
@@ -2,8 +2,10 @@
|
||||
#define _QUALE_H
|
||||
|
||||
#include <cstdint>
|
||||
#include <mentalEntity.h>
|
||||
#include <mentenon.h>
|
||||
#include <attentionTrigger.h>
|
||||
#include <implexa.h>
|
||||
#include <implex/implix.h>
|
||||
|
||||
namespace smo {
|
||||
|
||||
|
||||
@@ -9,6 +9,7 @@
|
||||
#include <asynchronousContinuation.h>
|
||||
#include <asynchronousLoop.h>
|
||||
#include <user/senseApiDesc.h>
|
||||
#include <mind.h>
|
||||
#include <deviceManager/deviceManager.h>
|
||||
|
||||
namespace fs = std::filesystem;
|
||||
|
||||
Reference in New Issue
Block a user