shithub: aacenc

ref: 07a18e8f102dd3d94d93f8f65da5da2f293ca294
dir: /wingui/TItemList.cpp/

View raw version
// TItemList.cpp: Definition file for class template
// TItemList; with this template you can create
// lists that is able to hold elements of the
// specified type; each element gets a unique
// handle in the list that is returned on creation
// 
/////////////////////////////////////////////////////////

#include "stdafx.h"
#include "TItemList.h"