summaryrefslogtreecommitdiffstats
path: root/src/game/client/entity/factory.hh
blob: 63e6e4489d02003b692f9e441d4f3cc6ff5ff82a (plain)
1
2
3
4
5
6
7
8
9
10
11
#pragma once

namespace world
{
class Dimension;
} // namespace world

namespace entity::client
{
void create_player(world::Dimension* dimension, entt::entity entity);
} // namespace entity::client