File WfGameLayer.h

File List > game > include > WfGameLayer.h

Go to the documentation of this file

#ifndef WFGAMELAYER_H
#define WFGAMELAYER_H

struct DrawContext;
typedef struct DrawContext DrawContext;

void WfPushGameLayer(DrawContext* pDC, const char* lvlFilePath);
void WfPublishInventoryChangedEvent();

#endif