summaryrefslogtreecommitdiff
path: root/src/client/pauza.h
blob: a432d5fbba8b258330953c2d5d0c0a48621aed52 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef PAUZA_H
#define PAUZA_H

#include "main.h"

#define PAUZE_ACTIVE_TIME_INTERVAL	1000

extern void pauza_init();
extern void pauza_draw();
extern void pauza_event();
extern bool_t pauza_is_active();
extern void pauza_quit();

#endif /* PAUZA_H */