Cuberite
A lightweight, fast and extensible game server for Minecraft
VerticalLimit.h
Go to the documentation of this file.
1 
2 // VerticalLimit.h
3 
4 // Declares the public interface for cPiece's cVerticalLimit implementations
5 
6 
7 
8 
9 
10 #pragma once
11 
12 #include "PiecePool.h"
13 
14 
15 
16 
17 
22 cPiece::cVerticalLimitPtr CreateVerticalLimitFromString(const AString & a_LimitDesc, bool a_LogWarnings);
23 
24 
25 
26 
cPiece::cVerticalLimitPtr CreateVerticalLimitFromString(const AString &a_LimitDesc, bool a_LogWarnings)
Returns a new cPiece::cVerticalLimit descendant based on the specified description.
std::string AString
Definition: StringUtils.h:11
std::shared_ptr< cVerticalLimit > cVerticalLimitPtr
Definition: PiecePool.h:148