mirror of
https://github.com/debauchee/barrier.git
synced 2025-07-31 15:19:45 +02:00
- made unit testing easier by (mostly) removing the event queue singleton.
- fixed code style in many places (mostly indentation).
This commit is contained in:
parent
13b2649fa0
commit
608074c041
143 changed files with 2220 additions and 2163 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue