Gitiles
Code Review
Sign In
gerrit.morgengrauen.info
/
mudlib-public
/
7459f250c9008d382a66a750e1e044a018de736b
/
.
/
std
/
living
/
comm_structs.c
blob: 5105dbd74b5508f33dfcc29204caa0f1d91208a1 [
file
] [
log
] [
blame
]
#pragma
strict_types
,
save_types
,
pedantic
,
range_check
#pragma
no_clone
protected
struct
msg_s
{
string msg
;
int
type
;
string prefix
;
};