fixed issue

This commit is contained in:
Ji Yoon Rhee
2024-02-10 17:06:19 -05:00
parent b045551102
commit 2c8481bd61
647 changed files with 97393 additions and 6970 deletions

View File

@ -0,0 +1,20 @@
// Copyright (c), Firelight Technologies Pty, Ltd.
#pragma once
#include "CoreMinimal.h"
#include "Commandlets/Commandlet.h"
#include "FMODGenerateAssetsCommandlet.generated.h"
/**
*
*/
UCLASS()
class UFMODGenerateAssetsCommandlet : public UCommandlet
{
GENERATED_UCLASS_BODY()
//~ Begin UCommandlet Interface
virtual int32 Main(const FString &Params) override;
//~ End UCommandlet Interface
};