Luanti 5.10.0-dev
 
Loading...
Searching...
No Matches
factory.h
Go to the documentation of this file.
1// Luanti
2// SPDX-License-Identifier: LGPL-2.1-or-later
3// Copyright (C) 2010-2013 celeron55, Perttu Ahola <celeron55@gmail.com>
4// Copyright (C) 2017 numzero, Lobachevskiy Vitaliy <numzer0@yandex.ru>
5
6#pragma once
7
8#include <string>
9#include "core.h"
10
11RenderingCore *createRenderingCore(const std::string &stereo_mode, IrrlichtDevice *device,
12 Client *client, Hud *hud);
Definition client.h:105
Definition hud.h:35
Definition core.h:23
RenderingCore * createRenderingCore(const std::string &stereo_mode, IrrlichtDevice *device, Client *client, Hud *hud)
Definition factory.cpp:24
Definition activeobjectmgr.cpp:11