- made unit testing easier by (mostly) removing the event queue singleton.

- fixed code style in many places (mostly indentation).
This commit is contained in:
Nick Bolton 2013-06-29 14:17:49 +00:00
parent 13b2649fa0
commit 608074c041
143 changed files with 2220 additions and 2163 deletions

View file

@ -29,8 +29,7 @@ subclasses to implement the rest.
*/
class CPlatformScreen : public IPlatformScreen {
public:
CPlatformScreen();
CPlatformScreen(IEventQueue& eventQueue);
CPlatformScreen(IEventQueue* events);
virtual ~CPlatformScreen();
// IScreen overrides