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:
authorJoshua Leung <aligorith@gmail.com>2009-10-21 14:56:31 +0400
committerJoshua Leung <aligorith@gmail.com>2009-10-21 14:56:31 +0400
commit2344d62dfbb6f41318ea75fb610d1823baf23cfb (patch)
tree9d0a9539186ca9bd069e92920fd29f7c521ef1b6 /source/blender/editors/include/ED_physics.h
parent7685def9af9f69c2ff176a32d586fcbf0d938512 (diff)
Silencing some compiler warnings for mingw
* Unused functions * Uninitialised vars
Diffstat (limited to 'source/blender/editors/include/ED_physics.h')
-rw-r--r--source/blender/editors/include/ED_physics.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/source/blender/editors/include/ED_physics.h b/source/blender/editors/include/ED_physics.h
index df303d7c9f1..57d0fc271b8 100644
--- a/source/blender/editors/include/ED_physics.h
+++ b/source/blender/editors/include/ED_physics.h
@@ -32,6 +32,11 @@
struct wmKeyConfig;
+/* particle_edit.c */
+int PE_poll(struct bContext *C);
+int PE_hair_poll(struct bContext *C);
+int PE_poll_3dview(struct bContext *C);
+
/* operators */
void ED_operatortypes_physics(void);
void ED_keymap_physics(struct wmKeyConfig *keyconf);