acadia/zion/object/endpoint.cpp

8 lines
149 B
C++
Raw Normal View History

2023-06-21 23:14:42 -07:00
#include "object/endpoint.h"
#include "scheduler/scheduler.h"
glcr::RefPtr<Endpoint> Endpoint::Create() {
return glcr::AdoptPtr(new Endpoint);
}