mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-06-04 20:46:29 +03:00
Fixed hgignore. It was ignoring files that didn't have to.
Added the files wrongly ignored. Changed EE::MemoryManager::LogResults() to EE::MemoryManager::ShowResults(). Because it's not loging anything!
This commit is contained in:
@@ -31,7 +31,7 @@ class EE_API MemoryManager {
|
||||
|
||||
static bool RemovePointer( void * Data );
|
||||
|
||||
static void LogResults();
|
||||
static void ShowResults();
|
||||
|
||||
template<class T>
|
||||
static T* Delete( T * Data ) {
|
||||
|
||||
Reference in New Issue
Block a user