X-Git-Url: http://deadsoftware.ru/gitweb?a=blobdiff_plain;f=src%2Fgame%2Fstub%2Fg_system.pas;h=9d14f24fcaa45a3740b1f74a551b418bcd236c62;hb=f8c006bbcbec547e9a3beda8372076a10ed049ae;hp=4e4f42377e3da2e59abb09b1967ce97add6ad01f;hpb=d0936017ccb8a078d1b03f55478af284bb015bbc;p=d2df-sdl.git 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