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 / boxedit_help.h next >
Encoding:
C/C++ Source or Header  |  2008-05-21  |  628 b   |  28 lines

  1. /* This file was generated, do not edit. */
  2. static scc_param_help_t options_param_help[] = {
  3.   {
  4.     .name = "img",
  5.     .arg = "file.bmp",
  6.     .dfault = NULL,
  7.     .desc = "Set the room image file to use. The room image can also be loaded from the GUI."
  8.   },{
  9.     .name = "scal",
  10.     .arg = "file.scal",
  11.     .dfault = NULL,
  12.     .desc = "Load a standard scumm SCAL block."
  13.   },{}
  14. };
  15.  
  16. static scc_param_help_t boxedit_param_help[] = {
  17.   {
  18.     .name = "OPTIONS",
  19.     .group = options_param_help
  20.   },{}
  21. };
  22.  
  23. static scc_help_t boxedit_help = {
  24.   .name = "boxedit",
  25.   .usage = "[OPTIONS] file.box",
  26.   .param_help = boxedit_param_help
  27. };
  28.