This commit is contained in:
romkazvo
2023-08-07 19:29:24 +08:00
commit 34d6c5d489
4832 changed files with 1389451 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include <string.h>
#include <stdio.h>
#include "ScriptSystem.h"
#include "ScriptObject.h"
#include "RecycleAllocator.h"
#include "StackGuard.h"
#include <ISystem.h> // For warning and errors.
#include <IGame.h>
#include <StringUtils.h>
using namespace CryStringUtils;