Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Bishop <nicholasbishop@gmail.com>2009-01-13 23:38:43 +0300
committerNicholas Bishop <nicholasbishop@gmail.com>2009-01-13 23:38:43 +0300
commitd494cd5c6e7b6957da63480046943f039bb13915 (patch)
treebccea2c211464a435958b0da12116013cb8df7a2 /source/blender/editors/include/ED_sculpt.h
parentb22fecea79dbeb5a986d66f734731b360ac356b8 (diff)
Added missing sculpt header
Diffstat (limited to 'source/blender/editors/include/ED_sculpt.h')
-rw-r--r--source/blender/editors/include/ED_sculpt.h37
1 files changed, 37 insertions, 0 deletions
diff --git a/source/blender/editors/include/ED_sculpt.h b/source/blender/editors/include/ED_sculpt.h
new file mode 100644
index 00000000000..6c8daa9ab0a
--- /dev/null
+++ b/source/blender/editors/include/ED_sculpt.h
@@ -0,0 +1,37 @@
+/**
+ * $Id:
+ *
+ * ***** BEGIN GPL LICENSE BLOCK *****
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software Foundation,
+ * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ *
+ * The Original Code is Copyright (C) 2008 Blender Foundation.
+ * All rights reserved.
+ *
+ * Contributor(s): Nicholas Bishop
+ *
+ * ***** END GPL LICENSE BLOCK *****
+ */
+
+#ifndef ED_SCULPT_API_H
+#define ED_SCULPT_API_H
+
+struct bContext;
+struct wmWindowManager;
+
+void ED_operatortypes_sculpt();
+void ED_keymap_sculpt(wmWindowManager *wm);
+
+#endif