1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-20 19:52:12 +00:00
luanti/src/client/content_cso.h

17 lines
365 B
C
Raw Normal View History

// Luanti
// SPDX-License-Identifier: LGPL-2.1-or-later
// Copyright (C) 2013 celeron55, Perttu Ahola <celeron55@gmail.com>
#pragma once
2024-09-02 16:09:32 +02:00
#include "irrlichttypes_bloated.h"
#include "clientsimpleobject.h"
2024-09-02 16:09:32 +02:00
namespace irr::scene
{
class ISceneManager;
}
ClientSimpleObject* createSmokePuff(scene::ISceneManager *smgr,
ClientEnvironment *env, v3f pos, v2f size);