Gitiles
Code Review
Sign In
gerrit.morgengrauen.info
/
mudlib-public
/
88f12479d30902b0d2c05be41901c96b92a88a77
/
.
/
std
/
shells
/
testie.c
blob: 18c42afcfcec34041e422bc28e839823ee261489 [
file
] [
log
] [
blame
]
MG Mud User
88f1247
2016-06-24 23:31:02 +0200
[
diff
] [
blame^
]
1
#pragma
strong_types
,
save_types
2
3
inherit
"/std/shells/human"
;
4
5
int
QueryAllowSelect
()
{
return
0
;
}
6