Files @ r5083:08e51c69944a
Branch filter:

Location: cpp/openttd-patchpack/source/os/macosx/splash.h

KUDr
(svn r7147) -CodeChange: Don't use references if they can refer to NULL (Tron)
/* $Id$ */

#ifndef SPLASH_H
#define SPLASH_H

#define SPLASH_IMAGE_FILE		"splash.png"

void DisplaySplashImage(void);

#endif