Luanti 5.10.0-dev
 
Loading...
Searching...
No Matches
content_cso.h
Go to the documentation of this file.
1// Luanti
2// SPDX-License-Identifier: LGPL-2.1-or-later
3// Copyright (C) 2013 celeron55, Perttu Ahola <celeron55@gmail.com>
4
5#pragma once
6
9
10namespace irr::scene
11{
12 class ISceneManager;
13}
14
15ClientSimpleObject* createSmokePuff(scene::ISceneManager *smgr,
16 ClientEnvironment *env, v3f pos, v2f size);
Definition clientenvironment.h:54
Definition clientsimpleobject.h:11
ClientSimpleObject * createSmokePuff(scene::ISceneManager *smgr, ClientEnvironment *env, v3f pos, v2f size)
Definition content_cso.cpp:60
core::vector2d< f32 > v2f
Definition irr_v2d.h:11
core::vector3df v3f
Definition irr_v3d.h:11
Definition clientmap.h:30