#ifndef ENUMS_H_260BA847
#define ENUMS_H_260BA847
namespace verbly {
enum class part_of_speech {
noun = 0,
adjective = 1,
adverb = 2,
verb = 3,
preposition = 4
};
enum class positioning {
undefined = -1,
predicate = 0,
attributive = 1,
postnominal = 2
};
enum class inflection {
base = 0,
plural = 1,
comparative = 2,
superlative = 3,
past_tense = 4,
past_participle = 5,
ing_form = 6,
s_form = 7
};
enum class object {
undefined = -1,
notion = 0,
word = 1,
frame = 2,
part = 3,
lemma = 4,
form = 5,
pronunciation = 6
};
enum class part_type {
invalid = -1,
noun_phrase = 0,
verb = 1,
preposition = 2,
adjective = 3,
adverb = 4,
literal = 5
};
};
#endif /* end of include guard: ENUMS_H_260BA847 */
298acec7340e640'/>
| Randomizer for LINGO 2 using Archipelago Multiworld | |
blob: b455a6c94fd2e97f6822fcb4d00e56c115d4f851 (
plain) (
blame)
1
2
3
4
5
|
connections {
from_room: "Main Area"
to_room: "Bearer Entrance"
door { name: "Control Center Brown Door" }
}
|