summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/orb.h
blob: 7afe7636d50db686c928ddd76fc8123d7fec7fd1 (plain) (blame)
1
2
3
4
5
6
7
#ifndef ORB_H
#define ORB_H

void orb_pickup_noise(const coord_def& where, int loudness = 30,
                      const char* msg = NULL, const char* msg2 = NULL);

#endif