Added new GUI based on wxWidgets. Patch from bit.
This commit is contained in:
parent
a2f44b8ea7
commit
7fe91626d6
60 changed files with 11647 additions and 78 deletions
10
src/wx-deviceconfig.h
Normal file
10
src/wx-deviceconfig.h
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
#ifndef SRC_WX_DEVICECONFIG_H_
|
||||
#define SRC_WX_DEVICECONFIG_H_
|
||||
|
||||
extern "C" {
|
||||
#include <stdint.h>
|
||||
#include "device.h"
|
||||
void deviceconfig_open(void* hwnd, device_t *device);
|
||||
}
|
||||
|
||||
#endif /* SRC_WX_DEVICECONFIG_H_ */
|
||||
Loading…
Reference in a new issue