Matched REL/option

This commit is contained in:
mrshigure 2024-03-16 08:41:23 -07:00
parent d4451989dd
commit 303ea12894
14 changed files with 4416 additions and 359 deletions

View file

@ -1029,15 +1029,15 @@ config.libs = [
Rel('option',
objects = {
Object(Matching, "REL/executor.c"),
Object(NonMatching, "REL/option/scene.c"),
Object(NonMatching, "REL/option/camera.c"),
Object(NonMatching, "REL/option/room.c"),
Object(NonMatching, "REL/option/guide.c"),
Object(NonMatching, "REL/option/state.c"),
Object(NonMatching, "REL/option/rumble.c"),
Object(NonMatching, "REL/option/sound.c"),
Object(NonMatching, "REL/option/record.c"),
Object(NonMatching, "REL/option/window.c"),
Object(Matching, "REL/option/scene.c"),
Object(Matching, "REL/option/camera.c"),
Object(Matching, "REL/option/room.c"),
Object(Matching, "REL/option/guide.c"),
Object(Matching, "REL/option/state.c"),
Object(Matching, "REL/option/rumble.c"),
Object(Matching, "REL/option/sound.c"),
Object(Matching, "REL/option/record.c"),
Object(Matching, "REL/option/window.c"),
}
),
Rel('present',