MCPcopy Create free account
hub / github.com/OpenXcom/OpenXcom / Scalar

Method Scalar

src/Engine/ShaderDrawHelper.h:50–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48public:
49 T& ref;
50 inline Scalar(T& t) : ref(t)
51 {
52
53 }
54};
55
56

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected