[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [26483] trunk/blender/source/blender/ python/intern/bpy_app.h: missed this file

Campbell Barton ideasman42 at gmail.com
Mon Feb 1 00:21:33 CET 2010


Revision: 26483
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=26483
Author:   campbellbarton
Date:     2010-02-01 00:21:33 +0100 (Mon, 01 Feb 2010)

Log Message:
-----------
missed this file

Added Paths:
-----------
    trunk/blender/source/blender/python/intern/bpy_app.h

Added: trunk/blender/source/blender/python/intern/bpy_app.h
===================================================================
--- trunk/blender/source/blender/python/intern/bpy_app.h	                        (rev 0)
+++ trunk/blender/source/blender/python/intern/bpy_app.h	2010-01-31 23:21:33 UTC (rev 26483)
@@ -0,0 +1,31 @@
+/**
+ * $Id: bpy_ui.h 21094 2009-06-23 00:09:26Z gsrb3d $
+ *
+ * ***** 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.
+ *
+ * Contributor(s): Campbell Barton
+ *
+ * ***** END GPL LICENSE BLOCK *****
+ */
+#ifndef BPY_APP_H__
+#define BPY_APP_H__
+
+#include <Python.h>
+
+PyObject *BPY_app_struct( void );
+
+#endif





More information about the Bf-blender-cvs mailing list