Files
salmanoff/smocore/mindThread.cpp
T
2026-02-18 01:14:26 -04:00

13 lines
199 B
C++

#include <componentThread.h>
#include <mindThread.h>
#include <spinscale/marionette.h>
namespace smo {
void MindThread::handleException()
{
sscl::pptr::mrntt.exceptionInd();
}
} // namespace smo