Matched REL/option
This commit is contained in:
parent
d4451989dd
commit
303ea12894
14 changed files with 4416 additions and 359 deletions
18
configure.py
18
configure.py
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue