cave-story-solaris/src/ValueView.h
2019-03-17 14:11:16 +00:00

19 lines
285 B
C

#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);