Files
2024-10-05 22:45:33 -04:00

17 lines
204 B
C++

#pragma once
#include <non_matchings.h>
namespace nn {
namespace init {
UNK_RETURN InitializeAllocator(unsigned int, unsigned int);
UNK_RETURN InitializeAllocator(unsigned int);
} // init
} // nn