(svn r12985) -Fix (r12977): [OSX] fixed missing includes in the cocoa files

This commit is contained in:
bjarni
2008-05-07 08:38:56 +00:00
parent ca4349b517
commit 8fea5a62c9
5 changed files with 5 additions and 0 deletions

View File

@@ -62,6 +62,7 @@ extern "C" OSErr CPSSetFrontProcess(CPSProcessSerNum* psn);
#include "../../blitter/factory.hpp"
#include "../../fileio.h"
#include "../../gfx_func.h"
#include "../../functions.h"
@interface OTTDMain : NSObject