Main Page   Namespace List   Class Hierarchy   Compound List   File List   Compound Members   File Members  

datafile_compiler.h

Go to the documentation of this file.
00001 
00002 #ifndef header_datafile_compiler
00003 #define header_datafile_compiler
00004 
00006 
00007 class CL_DatafileCompiler
00008 // Datafile writer class.
00009 {
00010 public:
00011         static void write(
00012                 const std::string &scr_file,
00013                 const std::string &dat_file);
00014         // Reads the script file and saves it as a datafile.
00015 };
00016 
00017 #endif

Generated at Wed Apr 4 19:53:59 2001 for ClanLib by doxygen1.2.6 written by Dimitri van Heesch, © 1997-2001