Skip to content

Commit 54ca33f

Browse files
committed
feat: BSResource::ID ctors
1 parent 38e4d0a commit 54ca33f

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

include/RE/B/BSResource_ID.h

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@ namespace RE::BSResource
88
public FileID // 0
99
{
1010
public:
11-
ID(const char* a_path)
11+
ID() = default;
12+
ID(const ID&) noexcept = default;
13+
14+
ID(const char* a_path) noexcept
1215
{
1316
GenerateFromPath(a_path);
1417
}

0 commit comments

Comments
 (0)