view src/os/macosx/splash.h @ 5668:3d6d9bff3dd8 draft

(svn r8128) -Codechange: Split sprite and palette remap into separate 32 bit values. This lets us increase the sprite width from 14 to up to 29 bits, effectively nulling the old sprite limit. Table changes in next commit.
author peter1138 <peter1138@openttd.org>
date Sun, 14 Jan 2007 19:57:49 +0000
parents c44c070c5032
children 57363e064324
line wrap: on
line source

/* $Id$ */

#ifndef SPLASH_H
#define SPLASH_H

#define SPLASH_IMAGE_FILE		"splash.png"

#ifdef __cplusplus
extern "C" {
#endif //__cplusplus

	void DisplaySplashImage(void);

#ifdef __cplusplus
}
#endif //__cplusplus

#endif