summaryrefslogtreecommitdiff
path: root/linux/libdlg.h
diff options
context:
space:
mode:
authorleo2009-01-20 02:56:47 +0000
committerleo2009-01-20 02:56:47 +0000
commit01c7fabd4a168e3d5457e432037da86404793b3d (patch)
tree1612b2de1413281957d4d22b455bdb72831646fe /linux/libdlg.h
parent39f41aa607a84a42c483a6356f06ff9d54c1450c (diff)
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
Diffstat (limited to 'linux/libdlg.h')
-rw-r--r--linux/libdlg.h14
1 files changed, 14 insertions, 0 deletions
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_