True Axis Physics SDK 1.2.0.1 Beta Documentation
www.trueaxis.com

PhysicsSerialisation.h

00001 //---------------------------------------------------------------------------------
00002 // File Name: PhysicsSerialisation.h
00003 // Description:
00004 //
00005 // Copyright (C) 2004 - 2006 True Axis Pty Ltd, Australia. 
00006 // All Rights Reserved.
00007 //
00008 // History:
00009 //      Created File.
00010 //---------------------------------------------------------------------------------
00011 
00012 #ifndef TA_PHYSICSSERIALISATION_H
00013 #define TA_PHYSICSSERIALISATION_H
00014 
00015 #ifndef TA_VERSION_H
00016 #include "../Common/Version.h"
00017 #endif // TA_VERSION_H
00018 
00019 #ifndef TA_SERIALISER_H
00020 #include "../Common/Serialiser.h"
00021 #endif // TA_SERIALISER_H
00022 
00023 #ifndef TA_FILEHEADER_H
00024 //#include "../Common/FileHeader.h"
00025 #endif // TA_FILEHEADER_H
00026 
00027 namespace TA
00028 {
00029 
00030 const Version g_fileVersion(1015, 0);
00031 
00032 }
00033 
00034 #endif // TA_PHYSICSSERIALISATION_H


© Copyright 2004-2006 TRUE AXIS PTY LTD Australia. All rights reserved.