X-Git-Url: http://deadsoftware.ru/gitweb?p=d2df-sdl.git;a=blobdiff_plain;f=src%2Fgame%2Fstub%2Fg_system.pas;h=9d14f24fcaa45a3740b1f74a551b418bcd236c62;hp=4e4f42377e3da2e59abb09b1967ce97add6ad01f;hb=f8c006bbcbec547e9a3beda8372076a10ed049ae;hpb=1b91259cc2544a3e3dd76adb5e8f8ef0879fc199 diff --git a/src/game/stub/g_system.pas b/src/game/stub/g_system.pas index 4e4f423..9d14f24 100644 --- a/src/game/stub/g_system.pas +++ b/src/game/stub/g_system.pas @@ -39,6 +39,7 @@ interface var (* hooks *) sys_CharPress: procedure (ch: AnsiChar) = nil; + sys_ScreenResize: procedure (w, h: Integer) = nil; implementation