7 lines
77 B
C
7 lines
77 B
C
#include <lib.h>
|
|
inherit LIB_REMOTE;
|
|
|
|
void create(){
|
|
remote::create();
|
|
}
|