Skip to content

Commit

Permalink
fix: BSSystemFile
Browse files Browse the repository at this point in the history
  • Loading branch information
ThirdEyeSqueegee authored Oct 27, 2023
1 parent c1434c0 commit 3a6cb11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CommonLibSF/include/RE/B/BSSystemFile.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@ namespace RE
kEnd = 2
};

BSSystemFile();

~BSSystemFile();

BSSystemFile();

BSSystemFile(
const char* a_path,
AccessMode a_accessMode,
Expand Down

0 comments on commit 3a6cb11

Please sign in to comment.