| 275 | double GetHalfSizeX()const LNOEXCEPT { return m_HalfSizeX; } |
| 276 | double GetHalfSizeY()const LNOEXCEPT { return m_HalfSizeY; } |
| 277 | bool IsRectangle()const LNOEXCEPT { return m_bRectangle; } |
| 278 | public: |
| 279 | ResParticle(const char* name, const ParticleInfo& pinfo, fcyRefPointer<f2dSprite> sprite, BlendMode bld, double a, double b, bool rect = false); |
| 280 | }; |
nothing calls this directly
no outgoing calls
no test coverage detected