From: "Al Amzeen (Alexandr Amzin)" Newsgroups: comp.os.msdos.djgpp Subject: Re: how to include a .bmp or any other image file ?? Date: Mon, 27 Mar 2000 12:23:57 +0400 Organization: Fidolook Express page http://fidolook.da.ru Lines: 13 Message-ID: <8bn64p$2st9$3@gavrilo.mtu.ru> References: NNTP-Posting-Host: ppp98-147.dialup.mtu-net.ru X-Trace: gavrilo.mtu.ru 954145754 95145 212.188.98.147 (27 Mar 2000 08:29:14 GMT) X-Complaints-To: usenet-abuse AT mtu DOT ru NNTP-Posting-Date: 27 Mar 2000 08:29:14 GMT X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Fidolook Express V1.51rus for MS OE 5.0 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Greetings, Yannick Benoit ! You wrote: > Could anyone tell me how to include image files to my games? > im actually drawing my bitmap like : > char bitmap1[14] = { > 6,2, > 44,44,44,44,44,44, > 44,44,44,44,44,44, > }; > its pretty long when trying to do a characters in a game, please help ! just load it with allegro library.