summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/sprint.h
blob: be8ff20f3cff4508e879c40bd1a4d5c8e8dadbaa (plain) (blame)
1
2
3
4
5
6
7
8
#ifndef SPRINT_H
#define SPRINT_H

int sprint_modify_exp(int exp);
int sprint_modify_exp_inverse(int exp);
int sprint_modify_piety(int piety);

#endif