13 lines
356 B
C
13 lines
356 B
C
|
|
// gmarks
|
|
#include "PassportAlertInterface.h"
|
|
#include "pmAlertsDefs.h"
|
|
#include "pmalerts.h"
|
|
|
|
#include "PassportPerfDefs.h" // for SHM name defines
|
|
#include "msppcntr.h" // for counter defines
|
|
#include "PassportPerfInterface.h" // for object interface
|
|
|
|
extern PassportAlertInterface* g_pAlert;
|
|
extern PassportPerfInterface* g_pPerf;
|