Re: Seperate Files

2007-12-22 Thread Fredrik Lundh
katie smith wrote: > I'm attempting to create a game and right now the game has 6000 lines of > code and is confusing me. > > I have seen it done but have no idea how to do it, but I would like to > use seperate files and incorporate them together. One for my units, one

Seperate Files

2007-12-22 Thread katie smith
I'm attempting to create a game and right now the game has 6000 lines of code and is confusing me. I have seen it done but have no idea how to do it, but I would like to use seperate files and incorporate them together. One for my units, one for the map maker, one for the playing part.