blob: 702e381d32fc841ccf2034cca52f66cbd7f9cdf2 (
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_data_t*
#include <stc/cset.h>
typedef
struct
{
cset_input_scene active_scenes;
}
irodeo_input_state_t;
|