https://bitbucket.org/hudson/magic-lantern
Raw File
Tip revision: 48888e5e76ed3386709c87b387cb13cb996eac12 authored by a1ex on 28 January 2015, 17:26:06 UTC
Close branch raw-disable-powersave
Tip revision: 48888e5
notify_box.h
#ifndef __NOTIFY_BOX_H_
#define __NOTIFY_BOX_H_

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

#endif
back to top