mirror of
git://git.tartarus.org/simon/puzzles.git
synced 2025-04-21 16:05:44 -07:00
r8396 introduced midend_tilesize(). Document it.
[originally from svn r8415] [r8396 == 7888d8db677e25d2401914e6aacb1be02301d15f]
This commit is contained in:
@ -2528,6 +2528,15 @@ without closing the window...)
|
|||||||
|
|
||||||
Frees a mid-end structure and all its associated data.
|
Frees a mid-end structure and all its associated data.
|
||||||
|
|
||||||
|
\H{midend-tilesize}
|
||||||
|
|
||||||
|
\c int midend_tilesize(midend *me);
|
||||||
|
|
||||||
|
Returns the \cq{tilesize} parameter being used to display the
|
||||||
|
current puzzle.
|
||||||
|
|
||||||
|
\k{backend-preferred-tilesize}
|
||||||
|
|
||||||
\H{midend-set-params} \cw{midend_set_params()}
|
\H{midend-set-params} \cw{midend_set_params()}
|
||||||
|
|
||||||
\c void midend_set_params(midend *me, game_params *params);
|
\c void midend_set_params(midend *me, game_params *params);
|
||||||
|
Reference in New Issue
Block a user