From: "BDozer" Newsgroups: comp.os.msdos.djgpp Subject: RHIDE Project Date: Mon, 14 Sep 1998 01:18:40 +0300 Organization: Naturella Agency News Server Lines: 14 Message-ID: <6thggs$bp3$1@equila.wfpa.acad.bg> NNTP-Posting-Host: vnpool20.ntrl.net Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk I'm writing a game and the source is getting too big. I want to divide it into smaller .c files and put them into single project, but I can't make it so. Is it possible the different modules to use common variables. I tried to put the global variables into header file and #include "it" from each module but that didn't work. What's the trick with these projects? Thanks in advance BDozer