equal
deleted
inserted
replaced
161 |
161 |
162 procedure HW_terminate(closeFrontend: boolean); cdecl; export; |
162 procedure HW_terminate(closeFrontend: boolean); cdecl; export; |
163 begin |
163 begin |
164 isTerminated:= true; |
164 isTerminated:= true; |
165 if closeFrontend then alsoShutdownFrontend:= true; |
165 if closeFrontend then alsoShutdownFrontend:= true; |
166 end; |
|
167 |
|
168 procedure HW_dismissReady; cdecl; export; |
|
169 begin |
|
170 ReadyTimeLeft:= 0; |
|
171 end; |
166 end; |
172 |
167 |
173 procedure HW_setLandscape(landscape: boolean); cdecl; export; |
168 procedure HW_setLandscape(landscape: boolean); cdecl; export; |
174 begin |
169 begin |
175 if landscape then |
170 if landscape then |