packet.h and c++

Discuss the development of software, tools, libraries and anything else that helps make ps2dev happen.

Moderators: cheriff, Herben

Post Reply
urchin
Posts: 121
Joined: Thu Jun 02, 2005 5:41 pm

packet.h and c++

Post by urchin »

just to let you know that packet.h has:

Code: Select all

  #ifdef __cplusplus
  extern "C" {
  #endif
at the top, but no corresponding:

Code: Select all

  #ifdef __cplusplus
  }
  #endif
pixel
Posts: 791
Joined: Fri Jan 30, 2004 11:43 pm

Post by pixel »

Thanks, fixed.
pixel: A mischievous magical spirit associated with screen displays. The computer industry has frequently borrowed from mythology. Witness the sprites in computer graphics, the demons in artificial intelligence and the trolls in the marketing department.
Post Reply