| 195 | |
| 196 | protected: |
| 197 | void set(const ::Music& music) { |
| 198 | stream = music.stream; |
| 199 | frameCount = music.frameCount; |
| 200 | looping = music.looping; |
| 201 | ctxType = music.ctxType; |
| 202 | ctxData = music.ctxData; |
| 203 | } |
| 204 | }; |
| 205 | } // namespace raylib |
| 206 |
nothing calls this directly
no outgoing calls
no test coverage detected