_SetStone() is only used within STemWin.
 
Symbols
loading...
Files
loading...

_SetStone() function

Set Stone

Syntax

static void _SetStone(BOARD * pBoard,     int x,     int y);

Arguments

pBoard

pointer to the board stack

x

X position

y

Y position

Return value

None

References

LocationReferrerText
games_win.c:178
static void _SetStone(BOARD * pBoard, int x, int y) {
games_win.c:269_DoDirection()
_SetStone(pBoard, x, y);
games_win.c:284_MakeMove()
_SetStone(pBoard, x, y);

Call Tree

Functions calling _SetStone()
Functions called by _SetStone()
all items filtered out
_SetStone()
all items filtered out
Data read by _SetStone()
_SetStone()