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