| 98 | } |
| 99 | |
| 100 | void Image::render(const Window& pWindow, |
| 101 | const int pX, const int pY, const int pVPW, const int pVPH) const |
| 102 | { |
| 103 | FG_THROW(fg_render_image(pWindow.get(), get(), pX, pY, pVPW, pVPH)); |
| 104 | } |
| 105 | |
| 106 | |
| 107 | fg_image Image::get() const |
no test coverage detected