You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
373 B
18 lines
373 B
/********************************************************************
|
|
|
|
Templ.hxx
|
|
|
|
Common templates
|
|
|
|
Define TEMPL in sources if templates are not part of the compiler.
|
|
|
|
********************************************************************/
|
|
|
|
#ifndef _TEMPL_HXX
|
|
#define _TEMPL_HXX
|
|
|
|
#include "sitem.hxx"
|
|
#include "slist.hxx"
|
|
|
|
|
|
#endif // _TEMPL_HXX
|