MCPcopy Create free account
hub / github.com/NetHack/NetHack / FillParams

Class FillParams

sys/amiga/winfuncs.c:248–253  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

246
247#ifdef INTUI_NEW_LOOK
248struct FillParams {
249 struct Layer *layer;
250 struct Rectangle bounds;
251 WORD offsetx;
252 WORD offsety;
253};
254
255#ifdef __GNUC__
256#ifdef __PPC__

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected