Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

Save.h

Go to the documentation of this file.
00001 #ifndef CORONA_SAVE_H
00002 #define CORONA_SAVE_H
00003 
00004 
00005 #include "corona.h"
00006 
00007 
00008 namespace corona {
00009 #ifndef NO_PNG
00010   bool SavePNG(File* file, Image* image); // SavePNG.cpp
00011 #endif
00012   bool SaveTGA(File* file, Image* image); // SaveTGA.cpp
00013 }
00014 
00015 
00016 #endif

Generated on Thu Oct 2 12:59:31 2003 for corona by doxygen1.3-rc1