summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/sdl/osxutils.h
diff options
context:
space:
mode:
author R. Belmont <rb6502@users.noreply.github.com>2010-01-13 04:01:20 +0000
committer R. Belmont <rb6502@users.noreply.github.com>2010-01-13 04:01:20 +0000
commitb53bb2c6acce9ab44b48d18c76a9059261e97548 (patch)
tree33e03fd2fd5dd91dedac105de03e28fdc9cab3d3 /src/osd/sdl/osxutils.h
parentf8b28bd2f1f915b3c463dce87b6035d95aa2c9f5 (diff)
SDLMAME initial import [R. Belmont, Couriersud]
Diffstat (limited to 'src/osd/sdl/osxutils.h')
-rw-r--r--src/osd/sdl/osxutils.h22
1 files changed, 22 insertions, 0 deletions
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