summaryrefslogtreecommitdiff
path: root/src/client/pauza.h
blob: 2743af45561db525fdb9848d666acdee9ea70cd1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16

#ifndef PAUZA_H

#    define PAUZA_H

#    define PAUZE_ACTIVE_TIME_INTERVAL	1000

#    include "main.h"

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

#endif