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>
{