File: GenInclude.h

package info (click to toggle)
oo2c32 1.5.4-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 8,888 kB
  • ctags: 5,436
  • sloc: ansic: 95,310; sh: 473; makefile: 345; perl: 57; lisp: 20
file content (12 lines) | stat: -rw-r--r-- 582 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
/* file generated by oo2c -- do not edit */
#ifndef _MODULE_GenInclude_
#define _MODULE_GenInclude_

#include "TextRider.h"
extern void GenInclude__IncludeFile(TextRider__Writer w, const unsigned char* name__ref, int name_0d, const unsigned char* suffix__ref, int suffix_0d);
#include "Data.h"
extern void GenInclude__Include(TextRider__Writer w, Data__Object module, const unsigned char* suffix__ref, int suffix_0d, unsigned char ignoreFlag);
extern void GenInclude__AddOptions(void(* appCom)(const unsigned char* opt__ref, int opt_0d));
extern void GenInclude_init(void);

#endif