shithub: cstory

ref: 32d29eb63ec7a3ca1634696c7df1b3229febc89e
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 SetValueView(int *px, int *py, int value);
void ActValueView();
void PutValueView(int flx, int fly);