rename Sructs to Structs

This commit is contained in:
nicolaichuk
2017-03-23 17:47:44 +03:00
parent 6decb7ad1a
commit f68f821c89
7 changed files with 6 additions and 6 deletions

View File

@@ -27,7 +27,7 @@ subject to the following restrictions:
#include "LinearMath/btTransform.h"
#include "LinearMath/btAlignedObjectArray.h"
#include "btTriangleShapeEx.h"
#include "btContactProcessingSructs.h"
#include "btContactProcessingStructs.h"
class btContactArray:public btAlignedObjectArray<GIM_CONTACT>
{

View File

@@ -29,7 +29,7 @@ subject to the following restrictions:
#include "btBoxCollision.h"
#include "btTriangleShapeEx.h"
#include "btGImpactBvhSructs.h"
#include "btGImpactBvhStructs.h"
//! A pairset array
class btPairSet: public btAlignedObjectArray<GIM_PAIR>

View File

@@ -26,7 +26,7 @@ subject to the following restrictions:
#include "btGImpactBvh.h"
#include "btQuantization.h"
#include "btGImpactQuantizedBvhSructs.h"
#include "btGImpactQuantizedBvhStructs.h"
class GIM_QUANTIZED_BVH_NODE_ARRAY:public btAlignedObjectArray<BT_QUANTIZED_BVH_NODE>
{