papermario/include/messages.h

10 lines
207 B
C

#ifndef _MESSAGES_H_
#define _MESSAGES_H_
#include "types.h"
// Prefer editing splat.yaml's msg ids section than using this directly!
#define MESSAGE_ID(section, index) (((section << 16) + index))
#endif