Files
salmanoff/hcore/mind.cpp
T

11 lines
151 B
C++
Raw Normal View History

2024-09-08 01:04:41 +10:00
#include <mind.h>
AttentionGrabber Mind::poll(void)
{
AttentionTrigger tmpAt;
Chronomenon tmpChron;
return AttentionGrabber(tmpAt, tmpChron);
}