eid-viewer
eid-viewer library
Loading...
Searching...
No Matches
common.h
1#ifndef EID_VWR_TEST_COMMON_H
2#define EID_VWR_TEST_COMMON_H
3
4extern enum eid_vwr_source cursrc;
5
6struct eid_vwr_ui_callbacks *createcbs();
7
8#endif
eid_vwr_source
Definition oslayer.h:31
Callbacks which the backend can perform towards the UI.
Definition oslayer.h:128