Skip to content

Commit 8018513

Browse files
committed
feat: Missing directory.
1 parent c4b4e74 commit 8018513

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

Plugin/src/Papyrus/Manager.cpp

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
#include "Papyrus/Manager.h"
2+
3+
namespace RE
4+
{
5+
namespace CAS
6+
{
7+
namespace Papyrus
8+
{
9+
10+
}
11+
}
12+
}

Plugin/src/Papyrus/Manager.h

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
#pragma once
2+
3+
namespace RE
4+
{
5+
namespace CAS
6+
{
7+
namespace Papyrus
8+
{
9+
//bool RegisterFunctions(IVM* a_vm);
10+
}
11+
}
12+
}

0 commit comments

Comments
 (0)