mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-07-07 12:07:52 -05:00
Reformat code with clang format
This commit is contained in:
@ -3,8 +3,7 @@
|
||||
#include "AssetDumpingContext.h"
|
||||
#include "Pool/AssetPool.h"
|
||||
|
||||
template<class T>
|
||||
class IAssetDumper
|
||||
template<class T> class IAssetDumper
|
||||
{
|
||||
public:
|
||||
IAssetDumper() = default;
|
||||
@ -15,4 +14,4 @@ public:
|
||||
IAssetDumper& operator=(IAssetDumper&& other) noexcept = default;
|
||||
|
||||
virtual void DumpPool(AssetDumpingContext& context, AssetPool<T>* pool) = 0;
|
||||
};
|
||||
};
|
||||
|
Reference in New Issue
Block a user