| 6459 | ULONG_PTR token; |
| 6460 | |
| 6461 | ~GDIPlusStartup() |
| 6462 | { |
| 6463 | // Well, MarcusTU thought this was important :D |
| 6464 | Gdiplus::GdiplusShutdown(token); |
| 6465 | } |
| 6466 | } gdistartup; |
| 6467 | |
| 6468 | class ImageLoader_GDIPlus : public olc::ImageLoader |
nothing calls this directly
no outgoing calls
no test coverage detected