mod_sim_defs_eng.hh

Go to the documentation of this file.
00001 /*
00017  * LEGAL:   COPYRIGHT (C) 2004 JIM E. BROOKS
00018  *          THIS SOURCE CODE IS RELEASED UNDER THE TERMS
00019  *          OF THE GNU GENERAL PUBLIC LICENSE VERSION 2 (GPL 2).
00020  *****************************************************************************/
00021 
00022 #ifndef MOD_SIM_ENG_DEFS_HH
00023 #define MOD_SIM_ENG_DEFS_HH 1
00024 
00025 namespace eng {  // eng because these are defs for Engine
00026 namespace defs {
00027 
00028 //==============================================================================
00029 //                      The engine depends on these definitions
00030 //------------------------------------------------------------------------------
00035 #define LOCAL(COORD) (COORD)  // [ forgot to use LOCAL() ]
00036 #define WORLD(COORD) (COORD)
00037 //==============================================================================
00038 
00039 } // namespace defs
00040 } // namespace eng
00041 
00042 #endif // MOD_SIM_ENG_DEFS_HH
Palomino 3D Engine documents generated by doxygen 1.5.3 on Fri Nov 23 11:26:12 2007