shithub: cstory

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