home *** CD-ROM | disk | FTP | other *** search
/ Total Destruction / Total_Destruction.iso / addons / Lccwin32.exe / Lccwin32 / lccpub / src / bind.c < prev    next >
Encoding:
C/C++ Source or Header  |  1997-11-11  |  126 b   |  7 lines

  1. #include "c.h"
  2.  
  3. extern Interface x86IR;
  4.  
  5. Binding bindings[] = {
  6.  
  7.     "x86-dos",       &x86IR,
  8.  
  9.     NULL,            NULL
  10.  
  11. };
  12.  
  13.