fatal.h
上传用户:super_houu
上传日期:2008-09-21
资源大小:4099k
文件大小:0k
源码类别:

DVD

开发平台:

Others

  1. /*
  2. File: fatal.h
  3. Description: export fatal function.
  4. Author: Jerry CAI
  5. Created on: October 10, 2003
  6. */
  7. #ifndef FATAL_H
  8. #define FATAL_H
  9. extern void SAMP(Fatal)(void);
  10. #endif