mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-06-22 19:35:32 +00:00
restructure codebase according to vcproj filters
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
#pragma once
|
||||
// using namespace std;
|
||||
|
||||
#include "../../../../../Minecraft.World/ConsoleJavaLibs/Class.h"
|
||||
#include "TutorialHint.h"
|
||||
|
||||
class ItemInstance;
|
||||
|
||||
class LookAtEntityHint : public TutorialHint {
|
||||
private:
|
||||
eINSTANCEOF m_type;
|
||||
int m_titleId;
|
||||
|
||||
public:
|
||||
LookAtEntityHint(eTutorial_Hint id, Tutorial* tutorial, int descriptionId,
|
||||
int titleId, eINSTANCEOF type);
|
||||
// TODO: 4jcraft added, this was not implemented
|
||||
~LookAtEntityHint() {};
|
||||
|
||||
virtual bool onLookAtEntity(eINSTANCEOF type);
|
||||
};
|
||||
Reference in New Issue
Block a user