src/yapf/yapf_base.hpp
changeset 10207 c291a21b304e
parent 9439 c4e61c3f1d50
equal deleted inserted replaced
10206:0050610c0368 10207:c291a21b304e
    89 protected:
    89 protected:
    90 	/// to access inherited path finder
    90 	/// to access inherited path finder
    91 	FORCEINLINE Tpf& Yapf() {return *static_cast<Tpf*>(this);}
    91 	FORCEINLINE Tpf& Yapf() {return *static_cast<Tpf*>(this);}
    92 
    92 
    93 public:
    93 public:
    94 	/// return current settings (can be custom - player based - but later)
    94 	/// return current settings (can be custom - company based - but later)
    95 	FORCEINLINE const YAPFSettings& PfGetSettings() const
    95 	FORCEINLINE const YAPFSettings& PfGetSettings() const
    96 	{
    96 	{
    97 		return *m_settings;
    97 		return *m_settings;
    98 	}
    98 	}
    99 
    99