first commit
This commit is contained in:
23
ZAPDTR/ZAPD/ZRoom/Commands/SetPathways.h
Normal file
23
ZAPDTR/ZAPD/ZRoom/Commands/SetPathways.h
Normal file
@@ -0,0 +1,23 @@
|
||||
#pragma once
|
||||
|
||||
#include "ZPath.h"
|
||||
#include "ZResource.h"
|
||||
#include "ZRoom/ZRoomCommand.h"
|
||||
|
||||
class SetPathways : public ZRoomCommand
|
||||
{
|
||||
public:
|
||||
ZPath pathwayList;
|
||||
|
||||
SetPathways(ZFile* nParent);
|
||||
|
||||
void DeclareReferences(const std::string& prefix) override;
|
||||
|
||||
void ParseRawDataLate() override;
|
||||
void DeclareReferencesLate(const std::string& prefix) override;
|
||||
|
||||
std::string GetBodySourceCode() const override;
|
||||
|
||||
RoomCommand GetRoomCommand() const override;
|
||||
std::string GetCommandCName() const override;
|
||||
};
|
||||
Reference in New Issue
Block a user