yyc12345
e682a87d25
- rename LIBCMO_DISABLE_COPY_MOVE -> YYCC_DEL_CLS_COPY_MOVE and LIBCMO_DEFAULT_COPY_MOVE -> YYCC_DEF_CLS_COPY_MOVE. - fix Vector declaration generator. throw exception when operator[] face invalid index, instead of do fallback. - rename VTAll.hpp -> VTInternal.hpp and VYUserAll -> VTAll.hpp for easy to understand. - fix project name error in Doxygen template. - replace all LIBCMO_OS_WIN32 to YYCC_OS == YYCC_OS_WINDOWS. - fix some compile error (involving utf8 encoding) but not the final result. - use correct way to include std-image library (use <> instead of "") - finish documentation for VTUtils.hpp and VTEncoding.hpp.
33 lines
892 B
C++
33 lines
892 B
C++
#pragma once
|
|
|
|
/*
|
|
This file is provided for user of LibCmo.
|
|
This file should not be included in LibCmo project inside.
|
|
Use VTInternal.hpp for project internal including.
|
|
*/
|
|
|
|
#include "VTInternal.hpp"
|
|
#include "CK2/CKContext.hpp"
|
|
#include "CK2/CKStateChunk.hpp"
|
|
#include "CK2/CKFile.hpp"
|
|
|
|
// Data handlers
|
|
#include "CK2/DataHandlers/CKBitmapHandler.hpp"
|
|
|
|
// Objects
|
|
#include "CK2/ObjImpls/CKObject.hpp"
|
|
#include "CK2/ObjImpls/CKSceneObject.hpp"
|
|
#include "CK2/ObjImpls/CKBeObject.hpp"
|
|
#include "CK2/ObjImpls/CKGroup.hpp"
|
|
#include "CK2/ObjImpls/CKRenderObject.hpp"
|
|
#include "CK2/ObjImpls/CK3dEntity.hpp"
|
|
#include "CK2/ObjImpls/CK3dObject.hpp"
|
|
#include "CK2/ObjImpls/CKTexture.hpp"
|
|
#include "CK2/ObjImpls/CKMaterial.hpp"
|
|
#include "CK2/ObjImpls/CKMesh.hpp"
|
|
|
|
// Managers
|
|
#include "CK2/MgrImpls/CKBaseManager.hpp"
|
|
#include "CK2/MgrImpls/CKObjectManager.hpp"
|
|
#include "CK2/MgrImpls/CKPathManager.hpp"
|