repo.or.cz
/
dragonfly.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
w(1): Limit affect of locale change
[dragonfly.git]
/
games
/
hack
/
def.wseg.h
blob
161ead9a3f76d8423cdafa0d9c4bbb6ef67ba70e
1
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
2
/* def.wseg.h - version 1.0.2 */
3
/* $DragonFly: src/games/hack/def.wseg.h,v 1.2 2004/11/06 12:29:17 eirikn Exp $ */
4
5
#ifndef NOWORM
6
/* worm structure */
7
struct
wseg
{
8
struct
wseg
*
nseg
;
9
xchar wx
,
wy
;
10
unsigned
wdispl
:
1
;
11
};
12
13
#define newseg() alloc(sizeof(struct wseg))
14
#endif
/* NOWORM */