refactor project (1/?)
This commit is contained in:
26
LibCmo/VTAll.hpp
Normal file
26
LibCmo/VTAll.hpp
Normal file
@ -0,0 +1,26 @@
|
||||
#pragma once
|
||||
|
||||
/*
|
||||
The general including header for LibCom self developer.
|
||||
Every hpp or cpp file should include this first except
|
||||
the headers including this file.
|
||||
|
||||
This header only fulfill type requirements. If you want
|
||||
some implement based operations, such as calling
|
||||
CKStateChunk or CKContext function. You should include them manually.
|
||||
|
||||
This file is used as Pre-compiled header in Visual Studio.
|
||||
|
||||
*/
|
||||
#include "VTUtils.hpp"
|
||||
#include "VTEncoding.hpp"
|
||||
|
||||
#include "CK2/CKTypes.hpp" // the basic type of Virtools.
|
||||
#include "CK2/CKDefines.hpp" // some useful define or constexpr for Virtools.
|
||||
#include "CK2/CKEnums.hpp" // All CK used enums except CKStateChunk identifiers.
|
||||
#include "CK2/CKIdentifiers.hpp" // CKStateChunk identifiers.
|
||||
#include "CK2/CKGlobals.hpp" // CK global functions, such as CKUnPack and etc.
|
||||
|
||||
#include "VxMath/VxTypes.hpp"
|
||||
|
||||
#include "XContainer/XTypes.hpp"
|
Reference in New Issue
Block a user