1
0
mirror of https://github.com/azure-rtos/guix.git synced 2025-02-04 07:13:17 +08:00
guix/samples/demo_guix_medical/demo_guix_medical.h
2021-06-02 06:46:54 +00:00

9 lines
162 B
C

#include "gx_api.h"
VOID ToggleScreen(GX_WIDGET *new_win, GX_WIDGET *old_win);
VOID GetPatientName(GX_STRING *string);
VOID GetPatientDOB(GX_STRING* string);