mirror of
https://github.com/zeldaret/3ds_sdk.git
synced 2026-09-26 13:33:24 -04:00
17 lines
204 B
C++
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
|
|
|