mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-13 16:28:31 -05:00
Reformat code with clang format
This commit is contained in:
@ -1,10 +1,10 @@
|
||||
#pragma once
|
||||
|
||||
#include "MenuConversionException.h"
|
||||
#include "AssetLoading/IAssetLoadingManager.h"
|
||||
#include "MenuConversionException.h"
|
||||
#include "SearchPath/ISearchPath.h"
|
||||
#include "Utils/MemoryManager.h"
|
||||
#include "Utils/ClassUtils.h"
|
||||
#include "Utils/MemoryManager.h"
|
||||
|
||||
namespace menu
|
||||
{
|
||||
@ -23,4 +23,4 @@ namespace menu
|
||||
public:
|
||||
static void PrintConversionExceptionDetails(const MenuConversionException& e);
|
||||
};
|
||||
}
|
||||
} // namespace menu
|
||||
|
@ -13,4 +13,4 @@ namespace menu
|
||||
explicit MenuConversionException(std::string message, const CommonMenuDef* menu);
|
||||
MenuConversionException(std::string message, const CommonMenuDef* menu, const CommonItemDef* item);
|
||||
};
|
||||
}
|
||||
} // namespace menu
|
||||
|
Reference in New Issue
Block a user