From 01c7fabd4a168e3d5457e432037da86404793b3d Mon Sep 17 00:00:00 2001 From: leo Date: Tue, 20 Jan 2009 02:56:47 +0000 Subject: Added Pieces Library Manager and VRML export to the Linux version. git-svn-id: http://svn.leocad.org/tags/leocad-0.75@733 c7d43263-9d01-0410-8a33-9dba5d9f93d6 --- linux/libdlg.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 linux/libdlg.h (limited to 'linux/libdlg.h') diff --git a/linux/libdlg.h b/linux/libdlg.h new file mode 100644 index 0000000..f4a762b --- /dev/null +++ b/linux/libdlg.h @@ -0,0 +1,14 @@ +#ifndef _LIBDLG_H_ +#define _LIBDLG_H_ + +class PieceInfo; + +// ============================================================================= +// LibraryDialog class + +class LibraryDialog { +public: + bool HandleCommand(int id); +}; + +#endif // _LIBDLG_H_ -- cgit v1.2.3