mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-09 22:27:40 +00:00
Start CCubeRenderer
This commit is contained in:
11
libc/type_traits
Normal file
11
libc/type_traits
Normal file
@@ -0,0 +1,11 @@
|
||||
#ifndef _TYPE_TRAITS
|
||||
#define _TYPE_TRAITS
|
||||
|
||||
namespace std {
|
||||
template < typename T >
|
||||
struct type_identity {
|
||||
typedef T type;
|
||||
};
|
||||
} // namespace std
|
||||
|
||||
#endif // _TYPE_TRAITS
|
||||
Reference in New Issue
Block a user