summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/sdl/osxutils.h
blob: 61ec4527cf199b20444ab0310ea26719c3fe2582 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
// 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