shithub: cstory

ref: 4154b8c1bd81f873e71e7c8b700ddaa86e7c84e4
dir: /src/ValueView.h/

View raw version
#pragma once

#include "WindowsWrapper.h"

struct VALUEVIEW
{
  BOOL flag;
  int *px;
  int *py;
  int offset_y;
  int value;
  int count;
  RECT rect;
};

void ClearValueView(void);
void SetValueView(int *px, int *py, int value);
void ActValueView(void);
void PutValueView(int flx, int fly);