Esempio n. 1
0
File: turn.c Progetto: Elohim/FGmud
mixed do_turn_on_obj_word_obj(mixed foo, mixed foo2) {
    return foo2->eventTurnOn(foo);
}
Esempio n. 2
0
File: turn.c Progetto: Elohim/FGmud
varargs mixed do_turn_obj_on(mixed foo, mixed foo2) {
    return foo->eventTurnOn();
}