That is the only place we use it from, no need to expose it outside of that. Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
14 lines
204 B
C
14 lines
204 B
C
#ifndef __LAYER_H__
|
|
#define __LAYER_H__
|
|
|
|
// Macros:
|
|
|
|
#define LAYER_ID_BASE 0
|
|
#define LAYER_ID_MOD 1
|
|
#define LAYER_ID_FN 2
|
|
#define LAYER_ID_MOUSE 3
|
|
|
|
#define LAYER_COUNT 4
|
|
|
|
#endif
|