added a warning to all serialization structures:

///do not change those serialization structures, it requires an updated sBulletDNAstr/sBulletDNAstr64
This commit is contained in:
erwin.coumans
2010-01-27 02:41:38 +00:00
parent cd15b314c1
commit 725411a1f3
17 changed files with 23 additions and 14 deletions

View File

@@ -109,6 +109,7 @@ struct btShortIntIndexData
short int m_value;
};
///do not change those serialization structures, it requires an updated sBulletDNAstr/sBulletDNAstr64
struct btMeshPartData
{
btVector3FloatData *m_vertices3f;
@@ -121,6 +122,7 @@ struct btMeshPartData
};
///do not change those serialization structures, it requires an updated sBulletDNAstr/sBulletDNAstr64
struct btStridingMeshInterfaceData
{
btMeshPartData *m_meshPartsPtr;