#include <map>
#include "selectable.h"
Go to the source code of this file.
Data Structures | |
class | SelectionPool |
Typedefs | |
typedef std::multimap < SelectionIntersection, Selectable * > | SelectableSortedSet |
typedef std::multimap<SelectionIntersection, Selectable*> SelectableSortedSet |
Definition at line 7 of file Selector.h.