/* * 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_