| 1095 | int32_t height = 0; |
| 1096 | enum Mode { NORMAL, PERIODIC, CLAMP }; |
| 1097 | enum Flip { NONE = 0, HORIZ = 1, VERT = 2 }; |
| 1098 | |
| 1099 | public: |
| 1100 | void SetSampleMode(olc::Sprite::Mode mode = olc::Sprite::Mode::NORMAL); |
nothing calls this directly
no outgoing calls
no test coverage detected