ref: 0090c9a226d42e821a71391e30bbb3f940d1855b
dir: /src/ValueView.h/
#pragma once #include "WindowsWrapper.h" typedef struct VALUEVIEW { BOOL flag; int *px; int *py; int offset_y; int value; int count; RECT rect; } VALUEVIEW; void ClearValueView(void); void SetValueView(int *px, int *py, int value); void ActValueView(void); void PutValueView(int flx, int fly);