ifndef init_custom_malloc's declaration too for documentation purposes.
This commit is contained in:
parent
cce4ca958f
commit
313a9c76a1
1 changed files with 2 additions and 0 deletions
|
@ -2142,9 +2142,11 @@ static int do_gameloop(int argc, char** argv)
|
|||
return 0;
|
||||
}
|
||||
|
||||
#ifndef DISABLE_POOL_ALLOC
|
||||
extern "C" {
|
||||
void init_custom_malloc();
|
||||
}
|
||||
#endif
|
||||
|
||||
int main(int argc, char** argv)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue