summaryrefslogtreecommitdiffstats
path: root/engine/include/flatserial.h
blob: b95413de5703ed4724f6e94e5930e6ae0bcb79dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef __FLATSERIAL_H__
#define __FLATSERIAL_H__

/* SDL serial events handling */

class Focusable;

void process_events();

void registerFocusable(Focusable*);

void unregisterFocusable(Focusable*);

#endif