The-Powder-Toy/includes/GameSession.h
Simon Robertshaw 2eb09c1daa Project changed, ControlFactory (Creates large UI structures such as
menus, dialoges...) GameSession (Session information, such as filename,
reference to simulation
2012-01-10 23:18:37 +00:00

11 lines
120 B
C++

#ifndef GAMESESSION_H
#define GAMESESSION_H
class GameSession
{
public:
GameSession();
};
#endif // GAMESESSION_H