![Sad :-(](./images/smilies/icon_sad.gif)
Search found 3 matches
- Mon Aug 14, 2006 12:11 pm
- Forum: Open Discussion and Dev Announcements
- Topic: For spanish people
- Replies: 119
- Views: 22434
- Fri Aug 11, 2006 4:18 pm
- Forum: Open Discussion and Dev Announcements
- Topic: What about a hashmap in irr::core?
- Replies: 3
- Views: 930
- Fri Aug 11, 2006 1:29 am
- Forum: Open Discussion and Dev Announcements
- Topic: What about a hashmap in irr::core?
- Replies: 3
- Views: 930
What about a hashmap in irr::core?
Hi! I always missed something like a hash in the irrlicht library. So i propose to add the following: An interface with the method u32 getHash() which has to be overwritten by eash class which should be able to be put in the hash. As Hash itself i'd suggest to use a avl-tree with the hash as key. Mo...