ReplicaNet and RNLobby  1
RNPlatform

Introduction

This section contains documentation about the RNPlatform include files. This library typically contains small modules common to ReplicaNet and RNLobby or modules with platform specific code such as the memory tracking or threading classes. For Windows memory tracking builds. The header MemoryTracking.h will test for _CRTDBG_MAP_ALLOC and include crtdbg.h and use CRT debug new. RNPLATFORM_DO_NOT_DEFINE_DEBUG_NEW can be defined to switch off DEBUG_NEW macro generation if the application already defines the use of the CRT debug new mechanism elsewhere.