Stardew Engine
Loading...
Searching...
No Matches
WfUI.h
Go to the documentation of this file.
1#ifndef WFHUD_H
2#define WFHUD_H
3
4struct DrawContext;
5typedef struct DrawContext DrawContext;
6void WfPushHUD(DrawContext* pDC);
8
9#endif
void WfPushSettings(DrawContext *pDC)
Definition WfUI.c:23
void WfPushHUD(DrawContext *pDC)
Definition WfUI.c:8
Definition DrawContext.h:59