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:
authorJoerg Mueller <nexyon@gmail.com>2009-08-28 15:13:45 +0400
committerJoerg Mueller <nexyon@gmail.com>2009-08-28 15:13:45 +0400
commit3ac11df33bf47d98e1a945beaea99e9a98f716d2 (patch)
treee21bbce1d562771d1e24a2c62e909e714a6d5e57 /source/blender/editors/sound/sound_intern.h
parent8794951d9f5b408568ea35d916b6217d165ba440 (diff)
First try of sound operators, untested.
Diffstat (limited to 'source/blender/editors/sound/sound_intern.h')
-rw-r--r--source/blender/editors/sound/sound_intern.h39
1 files changed, 39 insertions, 0 deletions
diff --git a/source/blender/editors/sound/sound_intern.h b/source/blender/editors/sound/sound_intern.h
new file mode 100644
index 00000000000..b0d6abb3f00
--- /dev/null
+++ b/source/blender/editors/sound/sound_intern.h
@@ -0,0 +1,39 @@
+/**
+ * $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): Blender Foundation
+ *
+ * ***** END GPL LICENSE BLOCK *****
+ */
+
+#ifndef ED_SOUND_INTERN_H
+#define ED_SOUND_INTERN_H
+
+struct wmOperatorType;
+
+void SOUND_OT_open(wmOperatorType *ot);
+
+void sound_operatortype_init(void);
+
+#endif /* ED_SOUND_INTERN_H */
+