| 133 | double GetHalfSizeX()const LNOEXCEPT { return m_HalfSizeX; } |
| 134 | double GetHalfSizeY()const LNOEXCEPT { return m_HalfSizeY; } |
| 135 | bool IsRectangle()const LNOEXCEPT { return m_bRectangle; } |
| 136 | public: |
| 137 | ResAnimation(const char* name, fcyRefPointer<ResTexture> tex, float x, float y, float w, float h, |
| 138 | int n, int m, int intv, double a, double b, bool rect = false); |
nothing calls this directly
no outgoing calls
no test coverage detected