mirror of
https://github.com/whoahq/whoa.git
synced 2026-03-18 13:41:06 +03:00
5 lines
87 B
C++
5 lines
87 B
C++
#include "event/EvtThread.hpp"
|
|
|
|
EvtThread::EvtThread() : TSLinkedNode<EvtThread>() {
|
|
}
|