2025-04-27 07:49:33 -04:00

18 lines
242 B
C++

//
// CWBOBLIST.HPP
// User Class
//
// Copyright Microsoft 1998-
//
#ifndef __CWBOBLIST_HPP_
#define __CWBOBLIST_HPP_
class CWBOBLIST : public COBLIST
{
public:
POSITION AddHead(VOID* pItem);
};
#endif __CWBOBLIST_HPP_