Gitiles
Code Review
Sign In
gerrit.morgengrauen.info
/
mudlib-public
/
b1d9b4dc08429d4b1b8f5ac588d4e3b06992a3bd
/
.
/
std
/
living
/
comm_structs.c
blob: 5105dbd74b5508f33dfcc29204caa0f1d91208a1 [
file
] [
log
] [
blame
]
Bugfix
b1d9b4d
2021-09-14 20:07:04 +0200
[
diff
] [
blame^
]
1
#pragma
strict_types
,
save_types
,
pedantic
,
range_check
2
#pragma
no_clone
3
4
protected
struct
msg_s
5
{
6
string msg
;
7
int
type
;
8
string prefix
;
9
};