summaryrefslogtreecommitdiffstats
path: root/src/game/shared/entity/factory.hh
blob: e7090604f752f1d2f3d39d89490f33c80a028350 (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