MCPcopy Create free account
hub / github.com/TheForceEngine/TheForceEngine / lrect_clear

Function lrect_clear

TheForceEngine/TFE_DarkForces/Landru/lrect.cpp:9–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7namespace TFE_DarkForces
8{
9 void lrect_clear(LRect* rect)
10 {
11 rect->left = 0;
12 rect->top = 0;
13 rect->right = 0;
14 rect->bottom = 0;
15 }
16
17 void lrect_set(LRect* rect, s16 left, s16 top, s16 right, s16 bottom)
18 {

Callers 3

lview_initViewFunction · 0.85
lfont_getRectFunction · 0.85
lactorAnim_getBoundsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected