-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: bump commonlibng to 3.7.0 (#236)
* build: bump commonlibng to 3.7.0 Due to an upstream breaking change, any access to winapi namespace is now under the REX::D3D namespace. This means that accessing various D3D objects will need a cast. * style: 🎨 apply clang-format changes * refactor: move renderer objects to State closes Refactor to consolidate variables from `RE::BSGraphics::Renderer` #237
- Loading branch information
Showing
27 changed files
with
110 additions
and
116 deletions.
There are no files selected for viewing
Submodule CommonLibSSE-NG
updated
180 files
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -83,7 +83,6 @@ namespace stl | |
} | ||
|
||
namespace logger = SKSE::log; | ||
namespace WinAPI = SKSE::WinAPI; | ||
|
||
namespace util | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.