20 lines
477 B
C
20 lines
477 B
C
//=============================================================================
|
|
// Copyright (C) 2002 Radical Entertainment Ltd. All rights reserved.
|
|
//
|
|
// File: maxnpccharacters.h
|
|
//
|
|
// Description: Blahblahblah
|
|
//
|
|
// History: created Sept 6, 2002 - gmayer
|
|
//
|
|
//=============================================================================
|
|
|
|
#ifndef MAXNPCCHARACTERS_H
|
|
#define MAXNPCCHARACTERS_H
|
|
|
|
|
|
const int MAX_NPC_CHARACTERS = 6;
|
|
|
|
|
|
#endif //MAXNPCCHARACTERS_H
|