Frame And Rectangle work
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
/*#ifndef GUIManager_h__
|
||||
#define GUIManager_h__
|
||||
|
||||
#include "Frame.h"
|
||||
|
||||
|
||||
namespace GUI
|
||||
{
|
||||
class GUIManager
|
||||
{
|
||||
public:
|
||||
int Add(Frame frame);
|
||||
void Remove(Frame frame);
|
||||
int CreateUID();
|
||||
void Update(double dt);
|
||||
void Draw();
|
||||
private:
|
||||
static int uidIndex;
|
||||
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
#endif */
|
||||
Reference in New Issue
Block a user