home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD1.iso / FileMover / HF-OM1.DMS / in.adf / OpusSDK.lha / SDK / examples / module / example_data.c next >
Encoding:
C/C++ Source or Header  |  1996-08-27  |  257 b   |  12 lines

  1. #include "example.h"
  2.  
  3. // Definition of the module
  4. ModuleInfo
  5.     module_info={
  6.         1,                    // Version
  7.         "example.module",    // Module name
  8.         "example.catalog",    // Catalog name
  9.         0,                    // Flags
  10.         1,                    // Number of functions
  11.         {0,"Example",MSG_EXAMPLE_DESC,0,0}};
  12.