The-Powder-Toy/includes/interface.old/ControlFactory.h

16 lines
269 B
C
Raw Normal View History

2012-01-14 12:51:24 -06:00
#ifndef CONTROLFACTORY_H
#define CONTROLFACTORY_H
#include "Panel.h"
#include "Window.h"
#include "GameSession.h"
class ControlFactory
{
public:
static ui::Panel * MainMenu(GameSession * session, int x, int y, int width, int height);
};
#endif // CONTROLFACTORY_H