convert line ends
[canaan.git] / prj / cam / src / object / linkset.h
blob0377c52d38ecbcb47326f01c7681b316f89be67a
1 /*
2 @Copyright Looking Glass Studios, Inc.
3 1996,1997,1998,1999,2000 Unpublished Work.
4 */
6 // $Header: r:/t2repos/thief2/src/object/linkset.h,v 1.1 1997/10/06 19:05:37 mahk Exp $
7 #pragma once
8 #ifndef __LINKSET_H
9 #define __LINKSET_H
11 #include <linktype.h>
12 #include <listset.h>
14 ////////////////////////////////////////////////////////////
15 // LINK SET CLASS
19 class cLinkSet : public cSimpleListSet<LinkID>
21 public:
23 // Spit out a link query
24 ILinkQuery* Query(tQueryDate bday = QUERY_DATE_NONE);
25 ILinkQuery* PatternQuery(const struct sLinkTemplate* pattern, tQueryDate bday = QUERY_DATE_NONE);
30 #endif // __LINKSET_H