home *** CD-ROM | disk | FTP | other *** search
/ Launch & Play / spustahrej2.iso / Egoboo / code / egoboostrutil.h < prev    next >
Encoding:
C/C++ Source or Header  |  2001-12-03  |  378 b   |  25 lines

  1. //---------------------------------------------------------
  2. //
  3. // egoboostrutil.h
  4. //
  5. //
  6. //
  7. //
  8. //
  9. //---------------------------------------------------------
  10.  
  11.  
  12. #ifndef _EGOBOOSTRUTIL_H_
  13. #define _EGOBOOSTRUTIL_H_
  14.  
  15. #include "egobootypedef.h"
  16. #include <string.h>
  17. #include <ctype.h>
  18.  
  19. extern void TrimStr( char *pStr );
  20.  
  21.  
  22.  
  23. #endif // #ifndef _EGOBOOSTRUTIL_H_
  24.  
  25.