comparison Applications/Sdl/BasicSdlApplication.h @ 251:192e6e349e69 am-2

first usage of new message system (in SDL only)
author am@osimis.io
date Mon, 02 Jul 2018 18:13:46 +0200
parents 50fb32abf85e
children dc1beee33134
comparison
equal deleted inserted replaced
250:5e642859267e 251:192e6e349e69
33 { 33 {
34 class BasicSdlApplication 34 class BasicSdlApplication
35 { 35 {
36 public: 36 public:
37 37
38 static int ExecuteWithSdl(IBasicApplication& application, 38 static int ExecuteWithSdl(MessageBroker& broker,
39 IBasicApplication& application,
39 int argc, 40 int argc,
40 char* argv[]); 41 char* argv[]);
41 }; 42 };
42 43
43 } 44 }