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

File.h

00001 //---------------------------------------------------------------------------------
00002 // File Name: File.h
00003 // Description: Common inclusion point for doing file IO
00004 //
00005 // Copyright (C) 2004 - 2005 True Axis Pty Ltd, Australia. 
00006 // All Rights Reserved.
00007 //
00008 // History:
00009 //      Created File.
00010 //---------------------------------------------------------------------------------
00011 
00012 #ifndef TA_FILE_H
00013 #define TA_FILE_H
00014 
00015 #ifndef TA_FILEHEADER_H
00016 #include "FileHeader.h"
00017 #endif // TA_FILEHEADER_H
00018 
00019 #ifndef TA_SERIALISER_H
00020 #include "Serialiser.h"
00021 #endif // TA_SERIALISER_H
00022 
00023 #ifndef TA_BUFFER_H
00024 #include "Buffer.h"
00025 #endif // TA_BUFFER_H
00026 
00027 #ifndef TA_FILESYSTEM_H
00028 #include "FileSystem.h"
00029 #endif // TA_FILESYSTEM_H
00030 
00031 #endif // TA_FILE_H


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