Home
last modified time | relevance | path

Searched refs:DrawDynamic (Results 1 – 1 of 1) sorted by relevance

/RvlSDK-3.1.4/build/demos/nanddemo/src/
Dgamesave.c54 static void DrawDynamic(char* msg, ...);
317 DrawDynamic("\b%c", "/-\\|"[tick/WAIT_TICKS]); in UserConfirm()
338 DrawDynamic("Are you sure you want to\ndelete '%s'?\n", ptr); in DeleteFileConfirm()
339 DrawDynamic("Press X again to confirm... "); // Leave an extra space for waiting indicator in DeleteFileConfirm()
342 DrawDynamic("\bcancelled\n"); in DeleteFileConfirm()
353 DrawDynamic("\bdone\n"); in DeleteFileConfirm()
560 static void DrawDynamic(char* msg, ...) in DrawDynamic() function