12 lines
538 B
C
12 lines
538 B
C
#ifndef __UIBATTLEZONEREADYMISSIONCONFIG_DEFINE_H__
|
|
#define __UIBATTLEZONEREADYMISSIONCONFIG_DEFINE_H__
|
|
#if !defined(_NA_006774_20130617_ARRANGE_UNNECESSARY_RESOURCES)
|
|
//------------------------------------------------------------------------------
|
|
|
|
const int c_iMIN_SUBMISSIONS = 1;
|
|
const int c_iMAX_SUBMISSIONS = 3;
|
|
|
|
//------------------------------------------------------------------------------
|
|
#endif // !defined(_NA_006774_20130617_ARRANGE_UNNECESSARY_RESOURCES)
|
|
#endif // __UIBATTLEZONEREADYMISSIONCONFIG_DEFINE_H__
|