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

Corona.cpp File Reference

#include <memory>
#include <string>
#include <vector>
#include <string.h>
#include <ctype.h>
#include "corona.h"
#include "MemoryFile.h"
#include "Open.h"
#include "Save.h"
#include "SimpleImage.h"

Include dependency graph for Corona.cpp:

Include dependency graph

Go to the source code of this file.

Namespaces

namespace  corona
namespace  corona::hidden

Defines

#define TRY_TYPE(type)


Define Documentation

#define TRY_TYPE type   
 

Value:

{                                                    \
    Image* image = CorOpenImageFromFile(file, (type)); \
    if (image) { return image; }                       \
  }


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