summaryrefslogtreecommitdiff
path: root/src/being.h
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2004-12-11 15:09:21 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2004-12-11 15:09:21 +0000
commitaf7060d953e1c0f54a7d5bf46894191d41d853ff (patch)
treee98737c9d15a30e4eade2f63fa97cf65e6b75e72 /src/being.h
parent041c6e3cb599d019d1e92d5087ec6726a5970902 (diff)
downloadMana-af7060d953e1c0f54a7d5bf46894191d41d853ff.tar.gz
Mana-af7060d953e1c0f54a7d5bf46894191d41d853ff.tar.bz2
Mana-af7060d953e1c0f54a7d5bf46894191d41d853ff.tar.xz
Mana-af7060d953e1c0f54a7d5bf46894191d41d853ff.zip
Walk with arrow keys too.
Diffstat (limited to 'src/being.h')
-rw-r--r--src/being.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/being.h b/src/being.h
index 78cffcc4..48cee019 100644
--- a/src/being.h
+++ b/src/being.h
@@ -63,8 +63,6 @@ struct NODE {
void empty();
NODE *get_head();
-//NODE *create_node();
-//PATH_NODE *create_path_node(unsigned short x, unsigned short y);
void add_node(NODE *node);
NODE *find_node(unsigned int id);
void remove_node(unsigned int id);