aboutsummaryrefslogtreecommitdiff
path: root/src/parsec/include/m_status.h
blob: d382049f8ef0372fd1f89598450d8e281103c26b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/*
 * PARSEC HEADER: m_status.h
 */

#ifndef _M_STATUS_H_
#define _M_STATUS_H_


// external functions

void 	DrawStatusWindow();

int 	FadeFinishedStatusWindow();
void 	FadeOutStatusWindow();
void 	FadeInStatusWindow();
void 	HideStatusWindow();


#endif // _M_STATUS_H_