blob: 5f6ebe7143847d231adf99671b480139b6756c88 (
plain)
1
2
3
4
5
6
7
8
9
|
#ifndef __BASIC_EVENT_LOOP_H__
#define __BASIC_EVENT_LOOP_H__
#include <spice.h>
SpiceCoreInterface *basic_event_loop_init(void);
void basic_event_loop_mainloop(void);
#endif // __BASIC_EVENT_LOOP_H__
|