This wiki was in read-only mode for many years, but can now be edited again. A lot of information will need to be updated.
LibBZW: Difference between revisions
		
		
		
		Jump to navigation
		Jump to search
		
 Created and added some details regarding implementation  | 
				 added wiki links  | 
				||
| Line 1: | Line 1: | ||
{{DesignDocument}}  | {{DesignDocument}}  | ||
''libBZW is a proposed library that will encompass current and future BZW functionality, replacing independant implementations in various applications, including bzfs.''  | ''libBZW is a proposed library that will encompass current and future [[BZW]] functionality, replacing independant implementations in various applications, including bzfs.''  | ||
==Implementation==  | ==Implementation==  | ||
libBZW will be implemented as a static library within BZFlag. Applications/builds depending on libBZW should be within the BZFlag tree as well for sanity's sake (i.e.   | libBZW will be implemented as a static library within [[BZFlag]]. Applications/builds depending on libBZW should be within the BZFlag tree as well for sanity's sake (i.e. [[BZFS]] will depend on libBZW, and is within /bzflag/src).  | ||
Revision as of 02:11, 28 March 2008
libBZW is a proposed library that will encompass current and future BZW functionality, replacing independant implementations in various applications, including bzfs.
Implementation
libBZW will be implemented as a static library within BZFlag. Applications/builds depending on libBZW should be within the BZFlag tree as well for sanity's sake (i.e. BZFS will depend on libBZW, and is within /bzflag/src).
