Vegastrike 0.5.1 rc1  1.0
Original sources for Vegastrike Evolved
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
faction_xml_server.cpp
Go to the documentation of this file.
1 #ifndef __FACTION_XML_SERVER_CPP__
2 #define __FACTION_XML_SERVER_CPP__
3 
4 #include "faction_generic.h"
5 
6 //by chuck starchaser
7 /*
8 void Faction::LoadXML( const char *filename, char *xmlbuffer, int buflength )
9 {
10 }
11 */
12 //Now, that is fast! :)
13 
14 // Server crashes on startup with empty LoadXML! Factions are important.
15 #include "faction_xml.cpp"
16 
17 #endif
18