includes and header cleanup

--HG--
extra : convert_revision : svn%3A7752d6cf-9f14-4ad2-affc-04f1e67b81a5/trunk%40213
This commit is contained in:
kearwood
2013-01-11 03:21:19 +00:00
parent aee5fef177
commit a2d85c24dd
90 changed files with 374 additions and 506 deletions

View File

@@ -3,5 +3,7 @@
//
#ifdef __OBJC__
#import <Cocoa/Cocoa.h>
#include <Cocoa/Cocoa.h>
#endif
#include "KREngine-common.h"

View File

@@ -6,7 +6,7 @@
// Copyright (c) 2012 Kearwood Software. All rights reserved.
//
#import <Foundation/Foundation.h>
#include <Foundation/Foundation.h>
@interface krengine_osx : NSObject

View File

@@ -6,7 +6,7 @@
// Copyright (c) 2012 Kearwood Software. All rights reserved.
//
#import "krengine_osx.h"
#include "krengine_osx.h"
@implementation krengine_osx