2 * (c) Oleg Puchinin 2006
3 * graycardinalster@gmail.com
17 void (*short_info
) ();
20 char (*opt
) (DArray
* d_opts
, int * pos
);
21 char (*opt2
) (DArray
* d_opts
, int * pos
);
23 char *(*the
) (struct tt_state_t
*d_tt_state
); // --the-tt
24 int (*make_ctags
) (char *f_name
, FILE *ofile
); // SilentBob --make-ctags code body.
25 int (*call_tags
) (char *f_name
); // SilentBob --call-tags code body.
26 int (*print_tags
) (); // tags <tag>
27 void (*file
) (char * f_name
); // bob <files> --file
31 int modding_start (int i_cmd
);
32 int modding_load_plugin (char * name
, char * path
);
33 void mod_plugin_info (int ID
);
34 void plugins_viewer ();