blob: 77e150e4421375703afeda6287607139d2e60f9e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
// -- internal --
// public
#include "rodeo/input_t.h"
typedef rodeo_input_scene_t *rodeo_input_scene_p;
#define i_tag input_scene
#define i_key rodeo_input_scene_p
#include <stc/cset.h>
typedef
struct
{
cset_input_scene active_scenes;
}
irodeo_input_state_t;
|