mirror of
https://github.com/Jous99/F4MP.git
synced 2026-01-13 03:40:54 +01:00
14 lines
217 B
C
14 lines
217 B
C
|
|
#pragma once
|
||
|
|
|
||
|
|
#include <Forms/TESForm.h>
|
||
|
|
|
||
|
|
struct BGSStoryManagerTreeForm : TESForm
|
||
|
|
{
|
||
|
|
virtual void sub_39();
|
||
|
|
virtual void sub_40();
|
||
|
|
virtual void sub_41();
|
||
|
|
virtual void sub_42();
|
||
|
|
|
||
|
|
uint32_t unk20;
|
||
|
|
};
|