Code cleanup
[crawl.git] / crawl-ref / source / dgl-message.h
blob6d2f2d9e5fddea42c5cc0341e41ec628fa72c351
1 #ifndef DGL_MESSAGE_H
2 #define DGL_MESSAGE_H
4 #ifdef DGL_SIMPLE_MESSAGING
6 void read_messages();
7 void check_messages();
9 #endif
11 #endif