MCPcopy Create free account
hub / github.com/OpenFodder/openfodder / Offset

Method Offset

Source/Amiga/paula.hpp:97–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95 frac_t rem_off; // fractional part of the offset, at least 0 and less than 1
96
97 explicit Offset(int off = 0) : int_off(off), rem_off(0) {}
98 };
99
100 struct FilterState {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected