shithub: cstory

ref: ed4d67b0cb75d4b396be7464ba679d2c2bf0b2ce
dir: /src/ValueView.h/

View raw version
#pragma once
#include "WindowsWrapper.h"

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

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