Files
salmanoff/core/include/attentionTrigger.h
T
2024-09-08 01:04:41 +10:00

8 lines
94 B
C++

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