summaryrefslogtreecommitdiffstats
path: root/src/game/client/entity/factory.hh
blob: 776a0b8dcc64325ae34aa59c24ec349f3f1f9adb (plain)
1
2
3
4
5
6
7
8
#pragma once

class Dimension;

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