mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-09-05 00:07:25 +00:00
Add information and computations to ZCG cpp
This commit is contained in:
@@ -12,17 +12,17 @@ DataDefinitionType ForwardDeclaration::GetType() const
|
||||
return DataDefinitionType::FORWARD_DECLARATION;
|
||||
}
|
||||
|
||||
unsigned ForwardDeclaration::GetAlignment() const
|
||||
unsigned ForwardDeclaration::GetAlignment()
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
bool ForwardDeclaration::GetForceAlignment() const
|
||||
bool ForwardDeclaration::GetForceAlignment()
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
unsigned ForwardDeclaration::GetSize() const
|
||||
unsigned ForwardDeclaration::GetSize()
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user