home *** CD-ROM | disk | FTP | other *** search
/ hobbes.nmsu.edu 2008 / 2008-06-02_hobbes.nmsu.edu.zip / new / scummc-0.2.0-os2.zip / ScummC / src / costview_help.h < prev    next >
Encoding:
C/C++ Source or Header  |  2008-05-11  |  604 b   |  28 lines

  1. /* This file was generated, do not edit. */
  2. static scc_param_help_t options_param_help[] = {
  3.   {
  4.     .name = "pals",
  5.     .arg = "file.pals",
  6.     .dfault = "default.pals",
  7.     .desc = "Use the palette from a SCUMM PALS block."
  8.   },{
  9.     .name = "bmp",
  10.     .arg = "file.bmp",
  11.     .dfault = NULL,
  12.     .desc = "Use the palette from a BMP image."
  13.   },{}
  14. };
  15.  
  16. static scc_param_help_t costview_param_help[] = {
  17.   {
  18.     .name = "OPTIONS",
  19.     .group = options_param_help
  20.   },{}
  21. };
  22.  
  23. static scc_help_t costview_help = {
  24.   .name = "costview",
  25.   .usage = "[OPTIONS] file.cost",
  26.   .param_help = costview_param_help
  27. };
  28.