Revision 974d3a2d65a1a38f1014aa132a556a8e64c12a21 authored by Daniel Fort on 13 September 2017, 03:06:11 UTC, committed by Daniel Fort on 13 September 2017, 03:06:11 UTC
1 parent 822e142
Raw File
notify_box.h
#ifndef __NOTIFY_BOX_H_
#define __NOTIFY_BOX_H_

void NotifyBoxHide();
void NotifyBox(int timeout, char* fmt, ...) ;

#endif
back to top