mirror of
https://github.com/Jous99/F4MP.git
synced 2026-01-13 22:50:54 +01:00
14 lines
246 B
C
14 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
|
||
|
|
};
|