Files
salmanoff/smocore/include/attentionTrigger.h
T
2025-07-22 06:15:12 -04:00

8 lines
94 B
C++

#ifndef _ATTENTION_TRIGGER_H
#define _ATTENTION_TRIGGER_H
class AttentionTrigger
{};
#endif