Jump to content

Flatline: Difference between revisions

m
→‎Structure: typesetting
m (Reverted edits by Ozyguxij (Talk) to last revision by Gumby)
m (→‎Structure: typesetting)
Line 23: Line 23:
===Structure===
===Structure===
  typedef struct {
  typedef struct {
char id;
  char id;
int  packet_index;
  int  packet_index;
char data[1080];
  char data[1080];
  } flatline_packet;
  } flatline_packet;
*id is an identifier the specific type of packet being sent (message, character sync, initial connection, etc...)
*id is an identifier the specific type of packet being sent (message, character sync, initial connection, etc...)