repo.or.cz
/
crawl.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Code cleanup
[crawl.git]
/
crawl-ref
/
source
/
dgl-message.h
blob
6d2f2d9e5fddea42c5cc0341e41ec628fa72c351
1
#ifndef DGL_MESSAGE_H
2
#define DGL_MESSAGE_H
3
4
#ifdef DGL_SIMPLE_MESSAGING
5
6
void
read_messages
();
7
void
check_messages
();
8
9
#endif
10
11
#endif