TWiki home TWiki > Team5 > ProjectThree > FilesAndClasses TWiki webs:
Main | TWiki | Know | Sandbox
Team5 . { Changes | Index | Search | Go }
List here the files we have, and what functions are within them. To keep things consistent, let's have all files in pairs, with foo.h having delarations and foo.cpp having definitions, no exceptions. Enclose any .h file with
#ifndef FOO_DEFINED
#define FOO_DEFINED 1

// Contents of file

#endif // FOO_DEFINED
I know it'll be hard to remember, but if we can keep this page updated it'll make our lives easier. -- BrianYoung - 04 Nov 2004

globals:

geometry:

tankworld:

player:

basicenemy:

bullet:

Topic FilesAndClasses . { Edit | Attach | Ref-By | Printable | Diffs | r1.3 | > | r1.2 | > | r1.1 | More }
Revision r1.3 - 07 Nov 2004 - 22:24 GMT - BrianYoung
Parents: WebHome > ProjectThree
Copyright © 1999-2003 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback.