增加Lua函数
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
|
||||
bool extractNPKFiles(const char* szNPKFileName, const char* szOutputDir)
|
||||
{
|
||||
#if 0
|
||||
if (!szNPKFileName || !szOutputDir || szNPKFileName[0] == 0 || szOutputDir[0] == 0)
|
||||
{
|
||||
printf("Error: Invalid parameters. NPK file name and output directory must be specified.\n");
|
||||
@@ -84,5 +85,6 @@ bool extractNPKFiles(const char* szNPKFileName, const char* szOutputDir)
|
||||
}
|
||||
}
|
||||
NPK::closeNPKFile(npkFile);
|
||||
#endif
|
||||
return true;
|
||||
}
|
||||
Reference in New Issue
Block a user