MCPcopy Create free account
hub / github.com/DescentDevelopers/Descent3 / width

Method width

2dlib/gr.h:307–310  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

305 void free(); // non-dynamic version
306
307 int width() const {
308 ASSERT(m_SurfInit);
309 return ddsfObj.w;
310 };
311 int height() const {
312 ASSERT(m_SurfInit);
313 return ddsfObj.h;

Callers 3

bltMethod · 0.45
grViewportMethod · 0.45
bltMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected