[quake3-bugzilla] [Bug 4237] New: missing header files in botlib

bugzilla-daemon at icculus.org bugzilla-daemon at icculus.org
Sun Jul 12 11:36:00 EDT 2009


http://bugzilla.icculus.org/show_bug.cgi?id=4237

           Summary: missing header files in botlib
           Product: ioquake3
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: trivial
          Priority: P3
         Component: Misc
        AssignedTo: zakk at icculus.org
        ReportedBy: bugzilla at benmachine.co.uk
         QAContact: quake3-bugzilla at icculus.org


Created an attachment (id=2091)
 --> (http://bugzilla.icculus.org/attachment.cgi?id=2091)
add a few appropriate includes

Some of the botlib files don't include their own headers (e.g. be_ea.c doesn't
include be_ea.h). It's not strictly speaking necessary for them to do so but is
probably good practice because it ensures that changing the types for them in
the source file without changing them in the header will be a compile-time
rather than a link- or run-time error.

-- 
Configure bugmail: http://bugzilla.icculus.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the quake3-bugzilla mailing list