pcb 4.1.1
An interactive printed circuit board layout editor.

hidnogui.h

Go to the documentation of this file.
00001 #ifndef PCB_HID_COMMON_HIDNOGUI_H
00002 #define PCB_HID_COMMON_HIDNOGUI_H
00003 
00004 void common_nogui_init (HID *hid);
00005 HID *hid_nogui_get_hid (void);
00006 
00007 #endif