DDraceNetwork Documentation
Loading...
Searching...
No Matches
protocol_ex_msgs.h
Go to the documentation of this file.
1// UUID(name_in_code, name)
2//
3// When adding your own extended net messages, choose the name (third
4// parameter) as `<name>@<domain>` where `<name>` is a name you can choose
5// freely and `<domain>` is a domain you own. If you don't own a domain, try
6// choosing a string that is not a domain and uniquely identifies you, e.g. use
7// the name of the client/server you develop.
8//
9// Example:
10//
12// 2) `creeper@minetee`
13//
14// The first example applies if you own the `ddnet.org` domain, that is, if you
15// are adding this message on behalf of the DDNet team.
16//
17// The second example shows how you could add a message if you don't own a
18// domain, but need a message for your minetee client/server.
19
20// This file can be included several times.
21
22#ifndef UUID
23// This helps IDEs properly syntax highlight the uses of the macro below.
24#define UUID(Id, Name)
25#endif
26
30
Definition vmath.h:15
#define UUID(Id, Name)
Definition protocol_ex_msgs.h:24