about summary refs log tree commit diff stats
path: root/apworld/version.py
blob: 87f8797091b94419d2846abb34b1bddbabd86dfd (plain) (blame)
1
APWORLD_VERSION = 2
.highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
#ifndef TOOLS_UTIL_NAMING_H_
#define TOOLS_UTIL_NAMING_H_

#include <string>

namespace com::fourisland::lingo2_archipelago {

std::string GetLetterName(std::string key, bool level2);

}  // namespace com::fourisland::lingo2_archipelago

#endif /* TOOLS_UTIL_NAMING_H_ */