mirror of https://github.com/stella-emu/stella.git
Add header file for Desktop Display Size Functions
git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@770 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
This commit is contained in:
parent
a8c8c62bca
commit
6b0225507d
|
@ -0,0 +1,14 @@
|
|||
/* macOSXDisplay.h - Header for display size
|
||||
support functions for the
|
||||
Macintosh OS X SDL port of Stella
|
||||
Mark Grebe <atarimac@cox.net>
|
||||
|
||||
*/
|
||||
/* $Id: macOSXDisplay.h,v 1.1 2005-09-07 03:11:33 markgrebe Exp $ */
|
||||
|
||||
|
||||
extern "C" {
|
||||
uInt16 macOSXDisplayWidth(void);
|
||||
uInt16 macOSXDisplayHeight(void);
|
||||
}
|
||||
|
Loading…
Reference in New Issue