MCPcopy Create free account
hub / github.com/OneLoneCoder/olcPixelGameEngine / GDIPlusStartup

Method GDIPlusStartup

olcPixelGameEngine.h:6453–6457  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6451 {
6452 public:
6453 GDIPlusStartup()
6454 {
6455 Gdiplus::GdiplusStartupInput startupInput;
6456 GdiplusStartup(&token, &startupInput, NULL);
6457 }
6458
6459 ULONG_PTR token;
6460

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected