about summary refs log tree commit diff stats
path: root/apworld/__init__.py
Commit message (Collapse)AuthorAgeFilesLines
* Assign AP IDs to doors and panels protoStar Rauchenberger2025-08-071-3/+
#ifndef TOOLS_VALIDATOR_VALIDATOR_H_
#define TOOLS_VALIDATOR_VALIDATOR_H

namespace com::fourisland::lingo2_archipelago {

struct CollectedInfo;

void ValidateCollectedInfo(const CollectedInfo& info);

}  // namespace com::fourisland::lingo2_archipelago

#endif /* TOOLS_VALIDATOR_VALIDATOR_H */