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

Function Gem_cliparound

outdated/win/gem/wingem.c:865–871  ·  view source on GitHub ↗
(x, y)

Source from the content-addressed store, hash-verified

863#ifdef CLIPPING
864extern void mar_cliparound(void);
865void
866Gem_cliparound(x, y)
867int x, y;
868{
869 mar_curs(x - 1, y);
870 mar_cliparound();
871}
872#endif /* CLIPPING */
873
874/*

Callers 1

Gem_preference_updateFunction · 0.85

Calls 2

mar_cursFunction · 0.85
mar_cliparoundFunction · 0.85

Tested by

no test coverage detected