Return to BinTree2.h CVS log | Up to [ELWIX - Embedded LightWeight unIX -] / elwix / tools / oldlzma / SRC / 7zip / Compress / LZ / BinTree |
1.1 misho 1: // BinTree2.h 2: 3: #ifndef __BINTREE2_H 4: #define __BINTREE2_H 5: 6: #undef BT_NAMESPACE 7: #define BT_NAMESPACE NBT2 8: 9: #include "BinTree.h" 10: #include "BinTreeMain.h" 11: 12: #endif