summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/dgl-message.h
blob: 6d2f2d9e5fddea42c5cc0341e41ec628fa72c351 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#ifndef DGL_MESSAGE_H
#define DGL_MESSAGE_H

#ifdef DGL_SIMPLE_MESSAGING

void read_messages();
void check_messages();

#endif

#endif