#pragma once

#include "EHS.h"
#include "BaseObj.h"
#include "Str.h"

namespace lwe
{
	enum class DType : UInt_8
	{
	
	};

	class DVar : public BaseObj
	{
	private:
		Str_8 id;
		UInt_64 hashId;
	};
}