mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2026-02-04 17:19:09 +00:00
4 lines
87 B
C++
4 lines
87 B
C++
#include "event/EvtThread.hpp"
|
|
|
|
EvtThread::EvtThread() : TSLinkedNode<EvtThread>() {
|
|
}
|