index
:
minetest.git
gpcf
lifo-fixes
release
modified minetest for gpcfs purposes
gpcf
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mapgen_v6.h
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
author
est31 <MTest31@outlook.com>
2016-12-07 21:27:07 +0100
committer
est31 <MTest31@outlook.com>
2016-12-07 21:27:07 +0100
commit
24719c6908305c9505eafc372fb4cfbbbd2fcf70
(
patch
)
tree
GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License along
with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#ifndef CONTENT_CSO_HEADER
#define CONTENT_CSO_HEADER
#include
"irrlichttypes_extrabloated.h"
#include
"clientsimpleobject.h"
ClientSimpleObject
*
createSmokePuff
(
scene
::
ISceneManager
*
smgr
,
ClientEnvironment
*
env
,
v3f pos
,
v2f size
);
#endif