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

namespace world
{
class Dimension;
} // namespace world

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