More defs for CStateManagerContainer & friends

This commit is contained in:
2022-08-12 22:48:34 -04:00
parent c21e495b7e
commit 04a7213fa7
19 changed files with 390 additions and 7 deletions

View File

@@ -6,7 +6,10 @@
#include "rstl/rmemory_allocator.hpp"
namespace rstl {
template < typename K, typename V, typename Alloc = rmemory_allocator >
template < typename T >
struct less {};
template < typename K, typename V, typename Cmp = less< K >, typename Alloc = rmemory_allocator >
class map {
u8 pad[0x10];
};