"L. Spiro Engine"
|
00001 00016 #ifndef __LSTL_LINKEDLISTBASE_H__ 00017 #define __LSTL_LINKEDLISTBASE_H__ 00018 00019 #include "../LSTLib.h" 00020 #include "../Allocator/LSTLAllocator.h" 00021 00022 namespace lstl { 00023 00030 class CLinkedListBase { 00031 protected : 00032 // == Members. 00036 static CAllocator m_aAllocator; 00037 }; 00038 00039 } // namespace lstl 00040 00041 #endif // __LSTL_LINKEDLISTBASE_H__