home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / sdk / graphics / directx / tri3 / lclib.h < prev    next >
C/C++ Source or Header  |  1997-07-14  |  241b  |  16 lines

  1. /*
  2.  *  Copyright (C) 1995, 1996 Microsoft Corporation. All Rights Reserved.
  3.  *
  4.  *  File: lclib.h
  5.  *
  6.  */
  7.  
  8. #ifndef __LCLIB_H__
  9. #define __LCLIB_H__
  10.  
  11. char* LSTRRCHR( const char*, int );
  12. char* LSTRCHR( const char*, int );
  13.  
  14. #endif
  15.  
  16.