[ Maverik Level 2 typedefs ]


MAV_compositeFormat

Summary

The supported composite file formats data structure


Syntax


typedef struct {
  int defined;
  char *ext;
  MAV_compositeReadFn fn;
} MAV_compositeFormat;


Description


Back to the index page.