mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2026-05-16 23:11:42 +00:00
Remove unused max constant.
This commit is contained in:
@@ -6,14 +6,13 @@
|
||||
|
||||
#include <cstring>
|
||||
#include <format>
|
||||
#include <sstream>
|
||||
#include <iostream>
|
||||
|
||||
using namespace IW5;
|
||||
|
||||
namespace
|
||||
{
|
||||
constexpr auto MAX_IMAGE_NAME_SIZE = 0x800;
|
||||
|
||||
class LoaderLightDef final : public AssetCreator<AssetLightDef>
|
||||
{
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user