J :
* Add missing files.
This commit is contained in:
18
projects/mtg/include/GuiBackground.h
Normal file
18
projects/mtg/include/GuiBackground.h
Normal file
@@ -0,0 +1,18 @@
|
||||
#ifndef _GUIBACKGROUND_H_
|
||||
#define _GUIBACKGROUND_H_
|
||||
|
||||
#include "GuiLayers.h"
|
||||
#include "WEvent.h"
|
||||
|
||||
class GuiBackground : public GuiLayer
|
||||
{
|
||||
protected:
|
||||
JQuad* quad;
|
||||
|
||||
public:
|
||||
GuiBackground();
|
||||
~GuiBackground();
|
||||
virtual void Render();
|
||||
};
|
||||
|
||||
#endif // _GUIBACKGROUND_H_
|
||||
Reference in New Issue
Block a user