Files
salmanoff/smocore/include/attentionTrigger.h
T

8 lines
94 B
C++
Raw Normal View History

2024-09-08 01:04:41 +10:00
#ifndef _ATTENTION_TRIGGER_H
#define _ATTENTION_TRIGGER_H
class AttentionTrigger
{};
#endif