papermario/include/messages.h

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
207 B
C
Raw Normal View History

2020-10-20 07:48:47 +02:00
#ifndef _MESSAGES_H_
#define _MESSAGES_H_
#include "types.h"
2021-02-10 02:36:01 +01:00
// Prefer editing splat.yaml's msg ids section than using this directly!
2021-02-10 14:45:00 +01:00
#define MESSAGE_ID(section, index) (((section << 16) + index))
2020-10-20 07:48:47 +02:00
#endif