Skip to content

Commit

Permalink
Fix runtime compile error.
Browse files Browse the repository at this point in the history
Add release zips to gitignore.
  • Loading branch information
Ryan-DowlingSoka committed May 5, 2022
1 parent 8e47fe8 commit 809ba81
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -72,3 +72,5 @@ Plugins/*/Intermediate/*

# Cache files for the editor to use
DerivedDataCache/*

v*-RedTechArtTools-win64.zip
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@

#include "CoreMinimal.h"
#include "Modules/ModuleManager.h"
#include "Interfaces/IPluginManager.h"
#include "IRedTechArtToolsRuntime.h"

class FRedTechArtToolsRuntime final : public IRedTechArtToolsRuntime
Expand Down

0 comments on commit 809ba81

Please sign in to comment.