warzone2100/lib/gamelib/maxpidef.h

19 lines
525 B
C
Raw Normal View History

/***************************************************************************/
/*
* Definitions exported to anim.h
*/
/***************************************************************************/
#ifndef _MAXPIDEF_H_
#define _MAXPIDEF_H_
/***************************************************************************/
#define INT_SCALE 1000
/***************************************************************************/
#endif // _MAXPIDEF_H_
/***************************************************************************/