From 00039a43da14cc16467ef8ff8a74fdda11144e12 Mon Sep 17 00:00:00 2001 From: IgorA Date: Fri, 5 Sep 2014 17:08:16 +0000 Subject: [PATCH] fix include files git-svn-id: svn://kolibrios.org@5092 a494cfbc-eb01-0410-851d-a64ba20cac60 --- programs/games/life3/trunk/life3.asm | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/programs/games/life3/trunk/life3.asm b/programs/games/life3/trunk/life3.asm index 4ede70ec2a..b6d8f7e214 100644 --- a/programs/games/life3/trunk/life3.asm +++ b/programs/games/life3/trunk/life3.asm @@ -12,11 +12,10 @@ use32 include '../../../macros.inc' include '../../../proc32.inc' include '../../../develop/libraries/box_lib/load_lib.mac' -include '../../nu_pogodi/trunk/mem.inc' -include '../../nu_pogodi/trunk/dll.inc' +include '../../../dll.inc' @use_library_mem mem.Alloc,mem.Free,mem.ReAlloc,dll.Load -hed db 'Life 23.03.12',0 ;подпись окна +hed db 'Life 05.09.14',0 ;подпись окна struct FileInfoBlock Function dd ?