Stardew Engine
Loading...
Searching...
No Matches
WfGameLayer.h
Go to the documentation of this file.
1#ifndef WFGAMELAYER_H
2#define WFGAMELAYER_H
3
4struct DrawContext;
5typedef struct DrawContext DrawContext;
6
7void WfPushGameLayer(DrawContext* pDC, const char* lvlFilePath);
8
9#endif
void WfPushGameLayer(DrawContext *pDC, const char *lvlFilePath)
Definition WfGameLayer.c:105
Definition DrawContext.h:59