From b53bb2c6acce9ab44b48d18c76a9059261e97548 Mon Sep 17 00:00:00 2001 From: "R. Belmont" Date: Wed, 13 Jan 2010 04:01:20 +0000 Subject: SDLMAME initial import [R. Belmont, Couriersud] --- src/osd/sdl/osxutils.h | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 src/osd/sdl/osxutils.h (limited to 'src/osd/sdl/osxutils.h') diff --git a/src/osd/sdl/osxutils.h b/src/osd/sdl/osxutils.h new file mode 100644 index 00000000000..93556063453 --- /dev/null +++ b/src/osd/sdl/osxutils.h @@ -0,0 +1,22 @@ +//============================================================ +// +// 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 -- cgit v1.2.3-70-g09d2