U7file.cc File Reference

#include <cstdio>
#include <iostream>
#include "U7file.h"
#include "Flex.h"
#include "IFF.h"
#include "Table.h"
#include "Flat.h"
#include "exceptions.h"
#include "utils.h"

Include dependency graph for U7file.cc:

Go to the source code of this file.

Defines

#define TRY_FILE_TYPE(uf, CLASS_NAME)


Define Documentation

#define TRY_FILE_TYPE ( uf,
CLASS_NAME   ) 

Value:

if(!uf) \
  try { \
    uf=new CLASS_NAME(s); \
  } catch(const wrong_file_type_exception &)  \
    { \
    }

Definition at line 43 of file U7file.cc.


Generated on Mon Jul 9 14:43:29 2007 for ExultEngine by  doxygen 1.5.1