mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-04-20 16:15:43 +00:00
9 lines
110 B
C++
9 lines
110 B
C++
#include "Gdt.h"
|
|
|
|
Gdt::Gdt() = default;
|
|
|
|
Gdt::Gdt(GdtVersion version)
|
|
: m_version(std::move(version))
|
|
{
|
|
}
|