aboutsummaryrefslogtreecommitdiff
path: root/src/clientobject.cpp
diff options
context:
space:
mode:
authorparamat <mat.gregory@virginmedia.com>2016-10-29 15:22:18 +0100
committerparamat <mat.gregory@virginmedia.com>2016-10-31 10:59:38 +0000
commit70e2df4f86cf4101a10c7e1f7a6ac5cc03992793 (patch)
tree43ebeb027beda84fe29047cff64edf4ef4754931 /src/clientobject.cpp
parent380a4b6d60c3269d1d9c79c122ff5259989decd7 (diff)
downloadminetest-70e2df4f86cf4101a10c7e1f7a6ac5cc03992793.tar.gz
minetest-70e2df4f86cf4101a10c7e1f7a6ac5cc03992793.tar.bz2
minetest-70e2df4f86cf4101a10c7e1f7a6ac5cc03992793.zip
Lua voxelmanip: Add optional buffer param for 'get param2 data'
Update lua_api.txt.
Diffstat (limited to 'src/clientobject.cpp')
0 files changed, 0 insertions, 0 deletions
id='n113' href='#n113'>113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150
/*
Minetest
Copyright (C) 2013 sapier, <sapier AT gmx DOT net>

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by
the Free Software Foundation; either version 2.1 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
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.
*/

#pragma once

#include <vector>
#include <deque>
#include <map>

#include "threading/semaphore.h"
#include "threading/thread.h"