https://bitbucket.org/hudson/magic-lantern
Raw File
Tip revision: 507e319d9b6312d0fd9eed0dc7f509cc35451ffc authored by a1ex on 21 May 2014, 05:21:57 UTC
Close branch mlv_play
Tip revision: 507e319
notify_box.h
#ifndef __NOTIFY_BOX_H_
#define __NOTIFY_BOX_H_

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

#endif
back to top