summaryrefslogtreecommitdiff
path: root/os/macosx/splash.h
blob: 7454ccaa032a1ed504a3f70b4a81436fcbe67baa (plain)
1
2
3
4
5
6
7
8
9

#ifndef SPLASH_H
#define SPLASH_H

#define SPLASH_IMAGE_FILE		"splash.png"

void DisplaySplashImage(void);

#endif