// license:BSD-3-Clause // copyright-holders:Vas Crabb //============================================================ // // osxutils.h - Mac OS X utilities for SDLMAME // // SDLMAME by Olivier Galibert and R. Belmont // //============================================================ #ifndef __SDLOSXUTILS__ #define __SDLOSXUTILS__ //============================================================ // PROTOTYPES //============================================================ void * NewAutoreleasePool(void); void ReleaseAutoreleasePool(void *pool); #endif