Files
salmanoff/smocore/mindThread.cpp
T

13 lines
195 B
C++
Raw Normal View History

2025-12-26 01:18:39 -04:00
#include <componentThread.h>
#include <mindThread.h>
#include <marionette/marionette.h>
namespace smo {
void MindThread::handleException()
{
mrntt::mrntt.exceptionInd();
}
} // namespace smo