Browse Source

Regenerated headers and completion info for new header file graphing.h.

git-svn-id: file:///var/svn/tigccpp/trunk/tigcc/include@87 9552661e-59e3-4036-b4f2-dbe53926924f
kevinkofler 19 years ago
parent
commit
36b6fcfb9d
12 changed files with 91 additions and 4 deletions
  1. BIN
      C/Completion/files.ccf
  2. BIN
      C/Completion/gdraw.ccf
  3. BIN
      C/Completion/graph.ccf
  4. BIN
      C/Completion/tigcclib.ccf
  5. BIN
      C/Completion/unknown.ccf
  6. BIN
      C/Completion/vat.ccf
  7. 4 0
      C/files.h
  8. 3 0
      C/gdraw.h
  9. 1 1
      C/graph.h
  10. 1 0
      C/tigcclib.h
  11. 78 3
      C/unknown.h
  12. 4 0
      C/vat.h

BIN
C/Completion/files.ccf


BIN
C/Completion/gdraw.ccf


BIN
C/Completion/graph.ccf


BIN
C/Completion/tigcclib.ccf


BIN
C/Completion/unknown.ccf


BIN
C/Completion/vat.ccf


+ 4 - 0
C/files.h

@@ -8,6 +8,10 @@
 #define __HAVE_FindOptions
 enum FindOptions{FO_SINGLE_FOLDER=0x01,FO_RECURSE=0x02,FO_SKIP_TEMPS=0x04,FO_NOTEMPS=0x04,FO_RETURN_TWINS=0x08,FO_CKTWINS=0x08,FO_RETURN_FOLDER=0x10,FO_SKIP_COLLAPSE=0x20};
 #endif
+#ifndef __HAVE_HSym
+#define __HAVE_HSym
+typedef struct{HANDLE folder;unsigned short offset;}HSym;
+#endif
 #ifndef __HAVE_SYM_ENTRY
 #define __HAVE_SYM_ENTRY
 typedef struct{char name[8];unsigned short compat;union{unsigned short flags_n;struct{unsigned int busy:1,local:1,flag1_5:1,flag1_4:1,collapsed:1,twin:1,archived:1,in_view:1;unsigned int folder:1,overwritten:1,checked:1,hidden:1,locked:1,statvar:1,graph_ref_1:1,graph_ref_0:1;}bits;}flags;HANDLE handle;}SYM_ENTRY;

+ 3 - 0
C/gdraw.h

@@ -4,7 +4,10 @@
 #include <default.h>
 
 /* Begin Auto-Generated Part */
+#ifndef __HAVE_GraphModes
+#define __HAVE_GraphModes
 enum GraphModes{GR_FUNC=1,GR_PAR=2,GR_POL=3,GR_SEQ=4,GR_3D=5,GR_DE=6};
+#endif
 #define GD_Circle ({__need_in_use_bit;_rom_call(void,(void),176);})
 #define GD_Contour ({__need_in_use_bit;_rom_call(void,(void),17D);})
 #define GD_Eraser ({__need_in_use_bit;_rom_call(void,(void),17A);})

+ 1 - 1
C/graph.h

@@ -80,7 +80,6 @@ typedef struct{void*ScrAddr;unsigned char XMax,YMax;short CurFont,CurAttr,CurX,C
 #define DrawStr _rom_call(void,(short,short,const char*,short),1A9)
 #define DrawStrXY DrawStr
 #define DrawStrWidth _rom_call(short,(const char*,short),197)
-#define DrawTo _rom_call(void,(short,short),19C)
 #define FillLines2 _rom_call(void,(const WIN_RECT*,const WIN_RECT*,const SCR_RECT*,short),199)
 #define FillTriangle _rom_call(void,(short,short,short,short,short,short,const SCR_RECT*,short),198)
 #define FontCharWidth _rom_call(short,(short),190)
@@ -90,6 +89,7 @@ typedef struct{void*ScrAddr;unsigned char XMax,YMax;short CurFont,CurAttr,CurX,C
 #define LCD_restore(b) ((void)(_rom_call(void,(),26A)(LCD_MEM,(const void*)(b),(long)LCD_SIZE)))
 #define LCD_save(b) ((void)(_rom_call(void,(),26A)((void*)(b),LCD_MEM,(long)LCD_SIZE)))
 #define LineTo _rom_call(void,(short,short),19C)
+#define DrawTo LineTo
 #define MakeWinRect _rom_call(WIN_RECT*,(short,short,short,short),2C)
 #define MoveTo _rom_call(void,(short,short),19D)
 #define PortRestore _rom_call(void,(void),1A3)

+ 1 - 0
C/tigcclib.h

@@ -18,6 +18,7 @@
 #include <float.h>
 #include <gdraw.h>
 #include <graph.h>
+#include <graphing.h>
 #include <gray.h>
 #include <homescr.h>
 #include <intr.h>

File diff suppressed because it is too large
+ 78 - 3
C/unknown.h


+ 4 - 0
C/vat.h

@@ -29,6 +29,10 @@ typedef const ESQ*CESI;
 #define __HAVE_ESI
 typedef ESQ*ESI;
 #endif
+#ifndef __HAVE_GraphModes
+#define __HAVE_GraphModes
+enum GraphModes{GR_FUNC=1,GR_PAR=2,GR_POL=3,GR_SEQ=4,GR_3D=5,GR_DE=6};
+#endif
 #ifndef __HAVE_HANDLE
 #define __HAVE_HANDLE
 typedef unsigned short HANDLE;

Some files were not shown because too many files changed in this diff