ifndef init_custom_malloc's declaration too for documentation purposes.

This commit is contained in:
Sergey Popov 2008-12-03 13:56:40 +00:00
parent cce4ca958f
commit 313a9c76a1

View file

@ -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)
{