mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2025-12-27 07:29:32 +00:00
10 lines
204 B
C
10 lines
204 B
C
#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__
|