shithub: cstory

ref: 04c2f4c0551db498459c93b8fa3ee1924b5d150d
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);