mirror of
https://github.com/edeproject/ede.git
synced 2023-08-10 21:13:03 +03:00
65018f75b7
emenueditor
12 lines
156 B
C
Executable File
12 lines
156 B
C
Executable File
#ifndef conf_h
|
|
#define conf_h
|
|
|
|
void cancelCB();
|
|
void testbellCB();
|
|
void TestBlankCB();
|
|
void applyCB();
|
|
void okCB();
|
|
void read_disp_configuration();
|
|
|
|
#endif
|