modular-worm/plugins/10_commander.h

7 lines
74 B
C

#pragma once
typedef struct {
int type;
char data[511];
} p10_order;