mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-12 07:48:16 -05:00
refactor: cryptography component
This commit is contained in:
@ -1,8 +1,8 @@
|
||||
#include "JsonMaterialWriter.h"
|
||||
|
||||
#include "Base64.h"
|
||||
#include "Game/IW5/CommonIW5.h"
|
||||
#include "Game/IW5/Material/JsonMaterial.h"
|
||||
#include "Impl/Base64.h"
|
||||
#include "MaterialConstantZoneState.h"
|
||||
|
||||
#include <iomanip>
|
||||
|
@ -6,7 +6,7 @@
|
||||
#include <nlohmann/json.hpp>
|
||||
|
||||
#define LTC_NO_PROTOTYPES
|
||||
#include "Impl/Base64.h"
|
||||
#include "Base64.h"
|
||||
|
||||
#include <tomcrypt.h>
|
||||
|
||||
|
Reference in New Issue
Block a user