mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-09 22:38:06 -05:00
13 lines
291 B
C++
13 lines
291 B
C++
#pragma once
|
|
|
|
#include "IObjCompiler.h"
|
|
|
|
namespace T6
|
|
{
|
|
class ObjCompiler final : public IObjCompiler
|
|
{
|
|
public:
|
|
void ConfigureCreatorCollection(AssetCreatorCollection& collection, Zone& zone, const ZoneDefinition& zoneDefinition) const override;
|
|
};
|
|
} // namespace T6
|