summaryrefslogtreecommitdiff
path: root/bowshock/source/server/ObjectRoot/begin.cxx
blob: 3810f5d9d068af5a700ff5979f2c61c0dba903c4 (plain) (blame)
1
2
3
4
5
6
7
// Copyright 2022-2023 Gabriel Bjørnager Jensen.

#include <bow/server.hxx>

auto bow::ObjectRoot::begin() const noexcept -> ::bow::ObjectIterator {
	return ::bow::ObjectIterator(*this);
}