Changeset View
Changeset View
Standalone View
Standalone View
source/blender/bmesh/operators/bmo_hull.c
| Show All 22 Lines | |||||
| #ifdef WITH_BULLET | #ifdef WITH_BULLET | ||||
| # include "MEM_guardedalloc.h" | # include "MEM_guardedalloc.h" | ||||
| # include "BLI_array.h" | # include "BLI_array.h" | ||||
| # include "BLI_listbase.h" | # include "BLI_listbase.h" | ||||
| # include "BLI_math.h" | # include "BLI_math.h" | ||||
| # include "Bullet-C-Api.h" | # include "../../intern/rigidbody/RBI_hull_api.h" | ||||
JacquesLucke: Should the folder be in the include dirs? | |||||
| /* XXX: using 128 for totelem and pchunk of mempool, no idea what good | /* XXX: using 128 for totelem and pchunk of mempool, no idea what good | ||||
| * values would be though */ | * values would be though */ | ||||
| # include "bmesh.h" | # include "bmesh.h" | ||||
| # include "intern/bmesh_operators_private.h" /* own include */ | # include "intern/bmesh_operators_private.h" /* own include */ | ||||
| ▲ Show 20 Lines • Show All 581 Lines • Show Last 20 Lines | |||||
Should the folder be in the include dirs?