aboutsummaryrefslogtreecommitdiff
path: root/src/jthread/pthread
ModeNameSize
-rw-r--r--jevent.cpp1906logplain
-rw-r--r--jmutex.cpp2051logplain
-rw-r--r--jsemaphore.cpp1686logplain
-rw-r--r--jthread.cpp4504logplain
om">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 "mapgen.h" struct MapgenSinglenodeParams : public MapgenParams { MapgenSinglenodeParams() = default; ~MapgenSinglenodeParams() = default; void readParams(const Settings *settings) {} void writeParams(Settings *settings) const {} }; class MapgenSinglenode : public Mapgen { public: content_t c_node; u8 set_light;