summaryrefslogblamecommitdiffstatshomepage
path: root/src/osd/sdl/osxutils.h
blob: 935560634536eb3da0a3568b020de6e3fc2608cf (plain) (tree)





















                                                                  
//============================================================
//
//  osxutils.h - Mac OS X utilities for SDLMAME
//
//  Copyright (c) 1996-2006, Nicola Salmoria and the MAME Team.
//  Visit http://mamedev.org for licensing and usage restrictions.
//
//  SDLMAME by Olivier Galibert and R. Belmont
//
//============================================================

#ifndef __SDLOSXUTILS__
#define __SDLOSXUTILS__

//============================================================
//  PROTOTYPES
//============================================================

void * NewAutoreleasePool(void);
void ReleaseAutoreleasePool(void *pool);

#endif