File diff r5940:476169f4235d → r5941:09e955ca9251
src/video/cocoa_v.h
Show inline comments
 
@@ -5,22 +5,9 @@
 

	
 
#include "../hal.h"
 

	
 
#ifndef __cplusplus
 
/* Really ugly workaround
 
 * It should be solved right as soon as possible */
 
typedef uint32 SpriteID;
 
#endif //__cplusplus
 

	
 
#include "../openttd.h"
 
#include "../gfx.h"
 

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

	
 
extern const HalVideoDriver _cocoa_video_driver;
 

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

	
 
#endif