mirror of
https://github.com/Jous99/F4MP.git
synced 2026-01-13 21:50:53 +01:00
13 lines
246 B
C
13 lines
246 B
C
#pragma once
|
|
|
|
#include <Forms/TESBoundAnimObject.h>
|
|
|
|
#include <Components/TESContainer.h>
|
|
#include <Components/TESFullName.h>
|
|
|
|
struct TESObjectCONT : TESBoundAnimObject
|
|
{
|
|
TESContainer container;
|
|
TESFullName fullName;
|
|
// more stuff
|
|
};
|