mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-24 21:57:54 -05:00
Add Gdt parsing
This commit is contained in:
13
src/ObjCommon/Obj/Gdt/GdtVersion.h
Normal file
13
src/ObjCommon/Obj/Gdt/GdtVersion.h
Normal file
@ -0,0 +1,13 @@
|
||||
#pragma once
|
||||
|
||||
#include <string>
|
||||
|
||||
class GdtVersion
|
||||
{
|
||||
public:
|
||||
std::string m_game;
|
||||
int m_version;
|
||||
|
||||
GdtVersion();
|
||||
GdtVersion(std::string game, int version);
|
||||
};
|
Reference in New Issue
Block a user