26 lines
619 B
C
26 lines
619 B
C
/*=========================================================================
|
|
* ActBlMal.h
|
|
* This is a part of the Game project.
|
|
*
|
|
* Version 1.0
|
|
* Creation date 14/02/97
|
|
* Revision date
|
|
*
|
|
* That file needs to be compatible for all platforms.
|
|
*
|
|
* (c) Ubi Studios 1997
|
|
*=======================================================================*/
|
|
|
|
#if !defined(__ACTBLMAL_H__)
|
|
#define __ACTBLMAL_H__
|
|
|
|
/******************************************/
|
|
#if _MSC_VER >= 1000
|
|
#pragma once
|
|
#endif /* _MSC_VER >= 1000 */
|
|
/******************************************/
|
|
|
|
#define D_ActivateBlockMalloc
|
|
|
|
#endif
|