1111
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
#include "pch.h"
|
||||
#include "STL.h"
|
||||
|
||||
//龙盒
|
||||
#if defined DRAGONBOX_SWITCH
|
||||
void STL::SyncDargonBox_STL()
|
||||
{
|
||||
DargonState_STL["dargonmap"].sync = 0;
|
||||
@@ -98,7 +100,10 @@ int STL::SelectDargonModel_STL(int Type)
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
#endif
|
||||
|
||||
//普通 STL
|
||||
#if defined NORMAL_STL
|
||||
int STL::Check_STL(std::string name,int Type,int idx)
|
||||
{
|
||||
switch (Type)
|
||||
@@ -199,3 +204,4 @@ bool STL::GetBoolArr_STL(std::string name, int idx)
|
||||
{
|
||||
return BoolArr_STL[name][idx];
|
||||
}
|
||||
#endif
|
||||
Reference in New Issue
Block a user