mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-14 09:26:09 +00:00
CCharacterFactory imps
This commit is contained in:
@@ -30,7 +30,7 @@ public:
|
||||
}
|
||||
|
||||
/* Custom new funcs */
|
||||
void* operator new(std::size_t sz, const char* funcName, const char* typeName);
|
||||
void* operator new[](std::size_t sz, const char* funcName, const char* typeName);
|
||||
//void* operator new(std::size_t sz, const char* funcName, const char* typeName);
|
||||
//void* operator new[](std::size_t sz, const char* funcName, const char* typeName);
|
||||
|
||||
#endif // __URDE_CMEMORY_HPP__
|
||||
|
||||
Reference in New Issue
Block a user