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

TrackMemory.h

00001 //---------------------------------------------------------------------------------
00002 // File Name: TrackMemory.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 #ifdef TA_TRACKMEMORY_H
00013 #pragma message( "Warning: Track memory twice from" __FILE__ ) 
00014 #else
00015 #define TA_TRACKMEMORY_H
00016 
00017 #if __NOTHING
00018 
00019 #if defined(_DEBUG) && !defined(TA_DISABLE_MEMORY_TRACKING)
00020 
00021 #endif // _DEBUG
00022 
00023 #endif
00024 
00025 #endif // TA_TRACKMEMORY_H


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