about summary refs log tree commit diff stats
path: root/data/maps/the_lionized/doors.txtpb
blob: 7afb63c6554049ebbd22148332ed99eeb9275fda (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
<
#ifndef TOOLS_VALIDATOR_GODOT_PROCESSOR_H_
#define TOOLS_VALIDATOR_GODOT_PROCESSOR_H_

#include <string>

namespace com::fourisland::lingo2_archipelago {

struct CollectedInfo;

void ProcessGodotData(const std::string& repodir, CollectedInfo& info);

}  // namespace com::fourisland::lingo2_archipelago

#endif /* TOOLS_VALIDATOR_GODOT_PROCESSOR_H_ */