mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-09 17:47:41 +00:00
Add headers, clang-format, decompctx.py & more
This commit is contained in:
15
include/rstl/map.hpp
Normal file
15
include/rstl/map.hpp
Normal file
@@ -0,0 +1,15 @@
|
||||
#ifndef _RSTL_MAP_HPP
|
||||
#define _RSTL_MAP_HPP
|
||||
|
||||
#include "types.h"
|
||||
|
||||
#include "rmemory_allocator.hpp"
|
||||
|
||||
namespace rstl {
|
||||
template < typename K, typename V, typename Alloc = rmemory_allocator >
|
||||
class map {
|
||||
u8 pad[0x10];
|
||||
};
|
||||
} // namespace rstl
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user