mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-05-23 21:04:34 +00:00
fix: unglob all of /Build/Common
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#pragma once
|
||||
using namespace std;
|
||||
//using namespace std;
|
||||
|
||||
#include "TutorialTask.h"
|
||||
|
||||
@@ -16,5 +16,5 @@ public:
|
||||
CompleteUsingItemTask(Tutorial *tutorial, int descriptionId, int itemIds[], unsigned int itemIdsLength, bool enablePreCompletion = false);
|
||||
virtual ~CompleteUsingItemTask();
|
||||
virtual bool isCompleted();
|
||||
virtual void completeUsingItem(shared_ptr<ItemInstance> item);
|
||||
virtual void completeUsingItem(std::shared_ptr<ItemInstance> item);
|
||||
};
|
||||
Reference in New Issue
Block a user