summaryrefslogtreecommitdiff
path: root/ZAPD/ZRoom/Commands/SetWorldMapVisited.h
blob: a7ad93154da45ecec9534f7ff0e19723ef9ec823 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#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;
};