mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 14:08:37 +00:00
Implement util/auto_typemap.hpp
Used in vm::block_t as an example.
This commit is contained in:
parent
c94a98e15a
commit
567d23d856
7 changed files with 204 additions and 7 deletions
|
|
@ -7,6 +7,9 @@
|
|||
#include "Utilities/File.h"
|
||||
#include "util/logs.hpp"
|
||||
#include "util/shared_ptr.hpp"
|
||||
#include "util/typeindices.hpp"
|
||||
#include "util/fixed_typemap.hpp"
|
||||
#include "util/auto_typemap.hpp"
|
||||
|
||||
#include <cstdlib>
|
||||
#include <cstring>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue