Init.h 94 B

12345678
  1. #ifndef _INIT_H
  2. #define _INIT_H
  3. UINT32 InitializeJA2( );
  4. void ShutdownJA2( );
  5. #endif