Revision b6595724ed5b45a58bf44b59d9cbfe95de25d804 authored by a1ex on 22 October 2013, 21:25:02 UTC, committed by a1ex on 22 October 2013, 21:25:02 UTC
1 parent 9e88400
Raw File
zebra.h
// Temporary, until the one from Tobias will arrive
#ifndef _zebra_h_
#define _zebra_h_
#include "dryos.h"
int liveview_display_idle();
OS_FUNCTION( 0x0B00001,	int,	get_global_draw);
OS_FUNCTION( 0x0B00002, void,	NotifyBox, int timeout, char* fmt, ...);
#endif //_zebra_h_
back to top