mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-04-22 09:05:44 +00:00
10 lines
110 B
C++
10 lines
110 B
C++
#include "Gdt.h"
|
|
|
|
Gdt::Gdt()
|
|
= default;
|
|
|
|
Gdt::Gdt(GdtVersion version)
|
|
: m_version(std::move(version))
|
|
{
|
|
}
|