ref: 8e2d8ab962016d78ce1e39d4dd6c0448147b4e96
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);