summaryrefslogtreecommitdiffstats
path: root/game/client/entity/factory.hh
blob: 8cc82082203794f83fc6ba56f1685539f233cb7b (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