[Opentnl-cvs] tnl/tnl tnlJournal.h,1.4,1.5
Brought to you by:
mark_frohnmayer,
s_alanet
From: Mark F. <mar...@us...> - 2004-05-12 01:56:52
|
Update of /cvsroot/opentnl/tnl/tnl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31749/tnl Modified Files: tnlJournal.h Log Message: Added joystick move journaling Updated macros for when journaling is compiled out Index: tnlJournal.h =================================================================== RCS file: /cvsroot/opentnl/tnl/tnl/tnlJournal.h,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** tnlJournal.h 12 May 2004 01:37:59 -0000 1.4 --- tnlJournal.h 12 May 2004 01:56:42 -0000 1.5 *************** *** 172,177 **** void className::func args ! #define TNL_JOURNAL_WRITE_BLOCK(x) ! #define TNL_JOURNAL_READ_BLOCK(x) #endif --- 172,177 ---- void className::func args ! #define TNL_JOURNAL_WRITE_BLOCK(blockType, x) ! #define TNL_JOURNAL_READ_BLOCK(blockType, x) #endif |