Files
bsdtree
client
common
include
action.H
bbox.H
beam.H
bf_locl.h
bf_pi.h
blowfish.h
bogfile.H
bsdtree.H
cache.H
cellpvs.H
commandparser.H
communicate.H
crossindex.H
crypto.H
direction.H
doublearray.H
exception.H
geometry.H
gos.H
gosmessage.H
gosprotocol.H
hash_map
hash_map.h
inetaddress.H
int.H
intarray.H
keyframe.H
listener.H
manager.H
material.H
matfile.H
matrix.H
message.H
messagelist.H
msgactionlist.H
msggos.H
msgmsg.H
msgserver.H
msgsrvcli.H
msgsrvgos.H
msgvarlength.H
msgworld.H
mudtypes.h
namedb.H
object.H
objectarray.H
objectlist.H
objectqueue.H
option.H
pingpong.H
plane.H
position.H
pvvmud.H
socket.H
spline.H
stl_hash_fun.h
stl_hash_map.h
stl_hashtable.h
stream.H
texture.H
time.H
timekeeper.H
vector.H
vertex.H
viewpoint.H
wacreateobject.H
waobject.H
waremoveobject.H
warotate.H
waupdatedirection.H
waupdatehierarchy.H
waupdateposition.H
worldanimation.H
worldhierarchy.H
worldobject.H
worldworld.H
lib
Makefile.am
Makefile.in
doc
download
gos
lib
mudworld
server
util
worldsrv
.cvsignore
LICENSE
Makefile.am
Makefile.in
README
aclocal.m4
configure
configure.in
install-sh
missing
mkinstalldirs
pvvmud.html
2025-03-05 08:37:43 +01:00

49 lines
1.5 KiB
C

/*
* Copyright (c) 1996
* Silicon Graphics Computer Systems, Inc.
*
* Permission to use, copy, modify, distribute and sell this software
* and its documentation for any purpose is hereby granted without fee,
* provided that the above copyright notice appear in all copies and
* that both that copyright notice and this permission notice appear
* in supporting documentation. Silicon Graphics makes no
* representations about the suitability of this software for any
* purpose. It is provided "as is" without express or implied warranty.
*
*
* Copyright (c) 1994
* Hewlett-Packard Company
*
* Permission to use, copy, modify, distribute and sell this software
* and its documentation for any purpose is hereby granted without fee,
* provided that the above copyright notice appear in all copies and
* that both that copyright notice and this permission notice appear
* in supporting documentation. Hewlett-Packard Company makes no
* representations about the suitability of this software for any
* purpose. It is provided "as is" without express or implied warranty.
*
*/
#ifndef __SGI_STL_HASH_MAP_H
#define __SGI_STL_HASH_MAP_H
#ifndef __SGI_STL_INTERNAL_HASHTABLE_H
#include <stl_hashtable.h>
#endif
#include <stl_hash_map.h>
#ifdef __STL_USE_NAMESPACES
using __STD::hash;
using __STD::hashtable;
using __STD::hash_map;
using __STD::hash_multimap;
#endif /* __STL_USE_NAMESPACES */
#endif /* __SGI_STL_HASH_MAP_H */
// Local Variables:
// mode:C++
// End: