3 #include "util/vector.h" 4 #include "util/utility.h" 5 #include "util/weak_ptr.h" 6 #include "core/debug/debug_window.h" 49 return (a.first < b.first);
eastl::vector< T > Vector
Typedef for wrapping the EASTL vector.
Definition: vector.h:14
eastl::weak_ptr< T > WeakPtr
Typedef for wrapping the EASTL weak_ptr.
Definition: weak_ptr.h:14
The main Blowbox namespace.
Definition: image.cc:8
eastl::pair< T1, T2 > Pair
Typedef for wrapping the EASTL pair.
Definition: utility.h:14