Shipwright/ZAPDTR/ZAPD/ZRoom/Commands/SetWorldMapVisited.h

15 lines
288 B
C++

#pragma once
#include "ZRoom/ZRoomCommand.h"
class SetWorldMapVisited : public ZRoomCommand
{
public:
SetWorldMapVisited(ZFile* nParent);
std::string GetBodySourceCode() const override;
RoomCommand GetRoomCommand() const override;
std::string GetCommandCName() const override;
};