MCPcopy Create free account
hub / github.com/ThirteenAG/WidescreenFixesPack / CRect

Method CRect

source/GettingUp.WidescreenFix/dllmain.cpp:48–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46 }
47
48 inline CRect() {}
49 inline CRect(float a, float b, float c, float d)
50 : m_fLeft(a), m_fBottom(b), m_fRight(c), m_fTop(d)
51 {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected