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:
authorJoseph Gilbert <ascotan@gmail.com>2005-07-26 17:30:08 +0400
committerJoseph Gilbert <ascotan@gmail.com>2005-07-26 17:30:08 +0400
commit3e34ff9a099903d12bba84d1648bad864faba347 (patch)
treecb30db7bfba5f77287a006befd4125c12636e227 /source/blender/python/api2_2x/point.h
parentea52177b276c5919c13769efe7a438fc30271e8d (diff)
_update to .NET projectfiles_
- removed wave from python - added include path for decimation header - added additional line to eof in point
Diffstat (limited to 'source/blender/python/api2_2x/point.h')
-rw-r--r--source/blender/python/api2_2x/point.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/python/api2_2x/point.h b/source/blender/python/api2_2x/point.h
index 3923c2e2f34..ddfabdb42c9 100644
--- a/source/blender/python/api2_2x/point.h
+++ b/source/blender/python/api2_2x/point.h
@@ -1,5 +1,5 @@
/*
- *
+ * $Id$
*
* ***** BEGIN GPL/BL DUAL LICENSE BLOCK *****
*
@@ -62,4 +62,4 @@ PyObject *Point_Zero( PointObject * self );
PyObject *Point_toVector(PointObject * self);
PyObject *newPointObject(float *coord, int size, int type);
-#endif /* EXPP_point_h */ \ No newline at end of file
+#endif /* EXPP_point_h */